]> granicus.if.org Git - php/commit
Unicode support for str_word_count() (using the same semantics as for
authorAndrei Zmievski <andrei@php.net>
Fri, 18 Aug 2006 18:01:58 +0000 (18:01 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 18 Aug 2006 18:01:58 +0000 (18:01 +0000)
commit9f8bcf3f5194b3386e494b2c5d5db21dd8d8f1bc
tree78429299186b4b42e883dd979c82b832f3cc527b
parent84060835f7d6feb2ad636d8cb31f934284247031
Unicode support for str_word_count() (using the same semantics as for
binary strings).

# These semantics seem quite broken, by the way, as it counts words
# ending or starting with dashes (-). Since this shouldn't really be
# used to count words in Unicode world anyway, supporting the "broken"
# behavior is okay if it helps people with migration.
ext/standard/string.c
unicode-progress.txt