cakephp2-php8/cake
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
..
config Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
console Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
libs Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
locale Removing all language file svn these are now located at http://cakeforge.org/projects/translations/ 2007-02-04 03:01:02 +00:00
tests Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
app_controller.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_helper.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_model.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
basics.php Removed check for parent class in loadController() 2007-09-20 07:24:57 +00:00
bootstrap.php Implementing automatic UUID for primary keys if the field is CHAR(36). 2007-08-20 01:58:44 +00:00
dispatcher.php Fixes #3261, AppController methods are made protected 2007-09-19 14:42:07 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging changes into the trunk: 2007-07-09 06:47:28 +00:00