php-src/ext/unicode
Derick Rethans 3056defb26 - Moved strtotitle to ext/standard and implemented the fallback case to
non-unicode with ucwords. There is also an implementation for unicode ucwords
  but that returns different results then strtotitle as it uppercases the
  first character of every word, and doesn't *titlecase* a word. The test case
  shows that.
2006-03-22 10:20:20 +00:00
..
tests - Add test 2006-02-18 17:13:39 +00:00
config.m4 - Make ext/unicode an extension that is always there and can not be disabled. 2006-03-21 13:56:50 +00:00
config.w32 - Update windows file too (not tested, but should work). 2006-03-21 13:57:16 +00:00
CREDITS
EXPERIMENTAL
locale.c - Moved strtotitle to ext/standard and implemented the fallback case to 2006-03-22 10:20:20 +00:00
package.xml
php_unicode.h - Moved strtotitle to ext/standard and implemented the fallback case to 2006-03-22 10:20:20 +00:00
unicode_filter.c Refactor streams layer for PHP6. 2006-03-13 04:40:11 +00:00
unicode_iterators.c Unicode support: MS Visual C compatibility 2006-02-26 11:57:14 +00:00
unicode.c - Moved strtotitle to ext/standard and implemented the fallback case to 2006-03-22 10:20:20 +00:00
unicode.dsp