summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
...
* Macrofy a magic UTF-8 test.Jarkko Hietaniemi2001-01-311-0/+1
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-051-10/+12
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* (Retracted by #8264) More join() testing which was good becauseJarkko Hietaniemi2000-12-291-3/+3
* (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.Jarkko Hietaniemi2000-12-291-5/+8
* Use the UTF8 macros a bit. They can't be used with abandonJarkko Hietaniemi2000-12-081-0/+5
* Introduce macros for UTF8 decoding.Jarkko Hietaniemi2000-12-081-1/+16
* UINT64_C() work continues.Jarkko Hietaniemi2000-11-151-2/+0
* Use UINT64_C().Jens Hamisch2000-11-151-1/+5
* [ID 20001113.003] utf8_to_uv on malformed utf returns wrong valuesYitzchak Scott-Thoennes2000-11-141-0/+2
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-1/+12
* Rename UTF8LEN() to be UNISKIP(), too confusing to haveJarkko Hietaniemi2000-10-251-2/+2
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-1/+3
* Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.Simon Cozens2000-10-151-0/+18
* Tweak #7153.Jarkko Hietaniemi2000-10-061-2/+7
* Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.Jarkko Hietaniemi2000-10-061-2/+2
* allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-191-0/+2
* allow 64-bit utf8-encoded integers (from Ilya Zakharevich)Gurusamy Sarathy2000-02-071-1/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-1/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-0/+16
* Re-integrate mainlineNick Ing-Simmons1999-09-181-0/+1
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-0/+4
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-3/+3
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-1/+1
* add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-3/+3
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+27