summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Jarkko Hietaniemi2003-09-121-2/+2
* Integrate:Jarkko Hietaniemi2003-05-041-1/+1
* Integrate:Adrian M. Enache2003-03-021-1/+1
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* As noted by Philip Newton: nothing wrong with BOM,Jarkko Hietaniemi2002-04-061-14/+12
* Explain the "gaps" in the UTF-8 encoding.Jarkko Hietaniemi2002-04-061-0/+4
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-5/+5
* Mysterious characters.Jarkko Hietaniemi2002-03-101-6/+6
* Update the UTF-8 explanation table.Jarkko Hietaniemi2002-02-271-2/+25
* Not extending enough.Jarkko Hietaniemi2002-02-191-2/+4
* EBCDIC: SHARP S is different.Jarkko Hietaniemi2002-02-051-1/+14
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* AIX cpp bug: having macro arguments and character constantsJarkko Hietaniemi2002-01-231-7/+7
* Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-121-0/+8
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-0/+3
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-0/+2
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-0/+5
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-0/+11
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-1/+6
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-1/+1
* If you want you can now add -DUSE_UTF8_SCRIPTS to your cflagsJarkko Hietaniemi2001-08-121-0/+9
* There is no IN_UTF8.Jarkko Hietaniemi2001-08-121-1/+0
* 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