php-src/ext/intl/grapheme
Christoph M. Becker e4a006cd3e Fix #65732: grapheme_*() is not Unicode compliant on CR LF sequence
According to the Unicode specification (at least as of 5.1), CRLF sequences
are considered to be a single grapheme. We cater to that special case by
letting grapheme_ascii_check() fail. While it would be trivial to fix
grapheme_ascii_check() wrt. grapheme_strlen(), grapheme_substr() and
grapheme_strrpos() would be much harder to handle, so we accept the slight
performance penalty if CRLF is involved.
2016-08-20 03:01:35 +02:00
..
grapheme_string.c Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset 2016-04-24 13:15:17 -07:00
grapheme_util.c Fix #65732: grapheme_*() is not Unicode compliant on CR LF sequence 2016-08-20 03:01:35 +02:00
grapheme_util.h small optimization 2013-06-23 23:52:28 -07:00
grapheme.h Merge branch '5.4' 2012-07-30 11:04:48 +02:00