cakephp2-php8/cake/libs/view/helpers
phpnut 603ed0e39c Initial start of Unicode support, I may move this handling of this to a unicode class.
Implemented multi-byte methods for:
String::strpos();
String::stripos();
String::strtoupper();
Added test cases for String::utf8() String::ascii() String::strpos() String::stripos() and String::strtoupper()
Corrected file encodings.
Added loading of configurations from cake/config
Added specifc case folding files to cake/config/unicode/casefolding


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5691 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-09-24 23:49:54 +00:00
..
ajax.php Adding fix from #2872, $ajax->afterRender() has no decoding 2007-07-08 18:06:44 +00:00
cache.php Adding fix for 2691, Error caching xml files 2007-07-08 00:50:15 +00:00
form.php Fixes #2966, soring of fields corrected 2007-09-16 20:09:09 +00:00
html.php Closes #1497, Non-linked breadcrumbs 2007-09-16 01:42:33 +00:00
javascript.php Fixing return value for JavascriptHelper::blockEnd() for script caching (Ticket #3172) 2007-09-23 14:23:39 +00:00
js.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
number.php fix for number helper separator spelling, #3048 2007-08-22 17:33:46 +00:00
paginator.php Fixing passed args support in Router, refactoring helper tests 2007-09-16 18:32:02 +00:00
rss.php Adding test for RssHelper. 2007-09-18 18:00:22 +00:00
session.php Removing ability to write to a session using the SessionHelper. 2007-09-16 19:05:31 +00:00
text.php Small typo 2007-09-06 05:41:54 +00:00
time.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
xml.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00