[ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
[p5sagit/p5-mst-13.2.git] / utf8.h
2000-11-14 Yitzchak Scott-Tho... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-10-25 Jarkko Hietaniemi Allow poking holes at the UTF-8 decoding strictness.
2000-10-25 Jarkko Hietaniemi Rename UTF8LEN() to be UNISKIP(), too confusing to...
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-10-15 Simon Cozens Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-06 Jarkko Hietaniemi Tweak #7153.
2000-10-06 Jarkko Hietaniemi Patch from Simon Cozens to avoid using utf8 routines...
2000-02-19 Gurusamy Sarathy allocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-03-22 Gurusamy Sarathy update copyright years
1998-11-17 Gurusamy Sarathy s/Perl_utf8skip/PL_utf8skip/g
1998-10-06 Gurusamy Sarathy fix globals caught by change#1927; builds and tests...
1998-07-26 Gurusamy Sarathy add new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.