This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix uvoffuni_to_utf8_flags() disallowed input
[perl5.git] / ext / XS-APItest / t / utf8.t
2015-11-25 Karl WilliamsonXS-APItest/utf8.t: Add a bunch more tests
2015-09-18 Karl WilliamsonAdd API tests for utf8.h macros
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-03-06 Karl Williamsonext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl Williamsonext/XS-APItest/t/utf8.t: White-space only
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2013-08-29 Karl WilliamsonAPItest: Test native code points, instead of Unicode
2012-05-01 Karl Williamsonutf8n_to_uvuni(): Fix broken malformation interactions
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...