summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* QNX patch extended for NTONorton T. Allen2001-07-061-1/+3
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-4/+4
* Typo in utf8.hJesús Quiroga2001-04-211-1/+1
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-1/+1
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-0/+4
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-1/+3
* Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internalNick Ing-Simmons2001-03-171-68/+69
* Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANTNick Ing-Simmons2001-03-171-0/+1
* EBCDIC Fixes.Nick Ing-Simmons2001-03-161-9/+13
* #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.Nick Ing-Simmons2001-03-121-0/+4
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-11/+7
* Re: Unicode/EBCDICPeter Prymmer2001-03-091-0/+19
* UTF-8 documentation.Jarkko Hietaniemi2001-02-111-0/+16
* 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