| Commit message (Expand) | Author | Age | Files | Lines |
* | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, | Jarkko Hietaniemi | 2003-09-12 | 1 | -2/+2 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+1 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | As noted by Philip Newton: nothing wrong with BOM, | Jarkko Hietaniemi | 2002-04-06 | 1 | -14/+12 |
* | Explain the "gaps" in the UTF-8 encoding. | Jarkko Hietaniemi | 2002-04-06 | 1 | -0/+4 |
* | What started as a small nit (the charnames test, nit found | Jarkko Hietaniemi | 2002-04-02 | 1 | -5/+5 |
* | Mysterious characters. | Jarkko Hietaniemi | 2002-03-10 | 1 | -6/+6 |
* | Update the UTF-8 explanation table. | Jarkko Hietaniemi | 2002-02-27 | 1 | -2/+25 |
* | Not extending enough. | Jarkko Hietaniemi | 2002-02-19 | 1 | -2/+4 |
* | EBCDIC: SHARP S is different. | Jarkko Hietaniemi | 2002-02-05 | 1 | -1/+14 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | AIX cpp bug: having macro arguments and character constants | Jarkko Hietaniemi | 2002-01-23 | 1 | -7/+7 |
* | Sharp S as a special treat for our German UTF-8 testers :-) | Jarkko Hietaniemi | 2002-01-12 | 1 | -0/+8 |
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -0/+3 |
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -0/+2 |
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -0/+5 |
* | Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), | Jarkko Hietaniemi | 2001-12-21 | 1 | -0/+11 |
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -1/+6 |
* | PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf | John Peacock | 2001-09-10 | 1 | -1/+1 |
* | If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags | Jarkko Hietaniemi | 2001-08-12 | 1 | -0/+9 |
* | There is no IN_UTF8. | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+0 |
* | QNX patch extended for NTO | Norton T. Allen | 2001-07-06 | 1 | -1/+3 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -4/+4 |
* | Typo in utf8.h | Jesús Quiroga | 2001-04-21 | 1 | -1/+1 |
* | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+1 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -0/+4 |
* | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -1/+3 |
* | Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal | Nick Ing-Simmons | 2001-03-17 | 1 | -68/+69 |
* | Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT | Nick Ing-Simmons | 2001-03-17 | 1 | -0/+1 |
* | EBCDIC Fixes. | Nick Ing-Simmons | 2001-03-16 | 1 | -9/+13 |
* | #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case. | Nick Ing-Simmons | 2001-03-12 | 1 | -0/+4 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -11/+7 |
* | Re: Unicode/EBCDIC | Peter Prymmer | 2001-03-09 | 1 | -0/+19 |
* | UTF-8 documentation. | Jarkko Hietaniemi | 2001-02-11 | 1 | -0/+16 |
* | Macrofy a magic UTF-8 test. | Jarkko Hietaniemi | 2001-01-31 | 1 | -0/+1 |
* | Unify UTF-8 malformedness handling. | Jarkko Hietaniemi | 2001-01-05 | 1 | -10/+12 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | (Retracted by #8264) More join() testing which was good because | Jarkko Hietaniemi | 2000-12-29 | 1 | -3/+3 |
* | (Retracted by #8264) Externally: join() was still quite UTF-8-unaware. | Jarkko Hietaniemi | 2000-12-29 | 1 | -5/+8 |
* | Use the UTF8 macros a bit. They can't be used with abandon | Jarkko Hietaniemi | 2000-12-08 | 1 | -0/+5 |
* | Introduce macros for UTF8 decoding. | Jarkko Hietaniemi | 2000-12-08 | 1 | -1/+16 |
* | UINT64_C() work continues. | Jarkko Hietaniemi | 2000-11-15 | 1 | -2/+0 |
* | Use UINT64_C(). | Jens Hamisch | 2000-11-15 | 1 | -1/+5 |
* | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values | Yitzchak Scott-Thoennes | 2000-11-14 | 1 | -0/+2 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -1/+12 |
* | Rename UTF8LEN() to be UNISKIP(), too confusing to have | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -1/+3 |
* | Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. | Simon Cozens | 2000-10-15 | 1 | -0/+18 |
* | Tweak #7153. | Jarkko Hietaniemi | 2000-10-06 | 1 | -2/+7 |