This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-29 11:13:36 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3eee3a5fd679e11a2e4f36e18c8c4afc8372b347
archived-php-src
/
ext
/
unicode
T
History
Andrei Zmievski
3eee3a5fd6
Fix collator instantiation.
2006-03-28 04:33:29 +00:00
..
tests
- Add test
2006-02-18 17:13:39 +00:00
collator.c
Fix collator instantiation.
2006-03-28 04:33:29 +00:00
config.m4
- Implemented basic collation support. For some reason "new Collator" gives segfaults when the object's collation resource is used.
2006-03-26 11:06:24 +00:00
config.w32
- Implemented basic collation support. For some reason "new Collator" gives segfaults when the object's collation resource is used.
2006-03-26 11:06:24 +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
- Implemented basic collation support. For some reason "new Collator" gives segfaults when the object's collation resource is used.
2006-03-26 11:06:24 +00:00
unicode_filter.c
first check for NULL, then use the pointer
2006-03-24 10:21:56 +00:00
unicode_iterators.c
Use intern->type for break iterator.
2006-03-24 21:06:36 +00:00
unicode.c
Rewrite unicode_encode() and unicode_decode() functions. Apply the new
2006-03-27 03:19:30 +00:00
unicode.dsp
…