Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow also Unicode ranges 0xFDD0..0xFDEF and | Jarkko Hietaniemi | 2001-12-16 | 1 | -2/+5 |
* | Make surrogates illegal also on EBCDIC. | Jarkko Hietaniemi | 2001-12-16 | 1 | -2/+2 |
* | Make creating UTF-8 surrogates a punishable act. | Jarkko Hietaniemi | 2001-12-16 | 1 | -0/+2 |
* | Detypo. | Jarkko Hietaniemi | 2001-12-14 | 1 | -1/+1 |
* | Buffer overflow checks. | Jarkko Hietaniemi | 2001-12-14 | 1 | -3/+4 |
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -5/+5 |
* | It could be possible for the case-insensitive | Jarkko Hietaniemi | 2001-12-13 | 1 | -43/+44 |
* | Missing argument. | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | More UTF-8 API docs. | Jarkko Hietaniemi | 2001-12-11 | 1 | -36/+74 |
* | Re: [PATCH] tests for hash assignment | Hugo van der Sanden | 2001-12-11 | 1 | -0/+1 |
* | I think it's time to call the utf8 code non-test. | Jarkko Hietaniemi | 2001-12-04 | 1 | -1/+1 |
* | Retract #13303, need rethink. | Jarkko Hietaniemi | 2001-12-04 | 1 | -3/+0 |
* | microperl casting nit. | Jarkko Hietaniemi | 2001-12-03 | 1 | -1/+1 |
* | Use to_uni_fold (and add changed global.sym) | Jarkko Hietaniemi | 2001-11-30 | 1 | -2/+2 |
* | Make to Unicode character functions to use UVs | Jarkko Hietaniemi | 2001-11-30 | 1 | -34/+42 |
* | Fix for "a\x{100}" =~ /A/i. | Jarkko Hietaniemi | 2001-11-28 | 1 | -2/+47 |
* | (retracted by #13449) | Jarkko Hietaniemi | 2001-11-27 | 1 | -0/+3 |
* | The _uni_display should not be in dump.c since they | Jarkko Hietaniemi | 2001-11-19 | 1 | -0/+27 |
* | Quieten pgcc 2.91.66 worries. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Add documentation. | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+24 |
* | Unicode: add ToFold mapping. Not used yet; but basically | Jarkko Hietaniemi | 2001-11-02 | 1 | -3/+10 |
* | More logical to use %04"UVXf" than %"UVuf" since | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Implement multicharacter case mappings where a single | Jarkko Hietaniemi | 2001-10-21 | 1 | -23/+41 |
* | Document the problem with the swash_fetch() API that affects | Jarkko Hietaniemi | 2001-10-16 | 1 | -0/+6 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -33/+24 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -1/+1 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -1/+1 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+1 |
* | Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@) | Jarkko Hietaniemi | 2001-05-29 | 1 | -0/+14 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -30/+41 |
* | A better fix for the \x{12345678} trouble from NI-S. | Jarkko Hietaniemi | 2001-04-19 | 1 | -11/+1 |
* | Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length | Jarkko Hietaniemi | 2001-04-18 | 1 | -1/+11 |
* | updates to apidoc in utf8.c | Prymmer/Kahn | 2001-04-16 | 1 | -20/+25 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-28 | 1 | -1/+2 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-03-27 | 1 | -3/+23 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -62/+75 |
* | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -21/+14 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 1 | -1/+2 |
* | Correct #if EBCDIC side typos. | Nick Ing-Simmons | 2001-03-17 | 1 | -1/+1 |
* | Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal | Nick Ing-Simmons | 2001-03-17 | 1 | -14/+37 |
* | EBCDIC Fixes. | Nick Ing-Simmons | 2001-03-16 | 1 | -15/+16 |
* | Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former. | Nick Ing-Simmons | 2001-03-11 | 1 | -4/+0 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -39/+113 |
* | Re: Unicode/EBCDIC | Peter Prymmer | 2001-03-09 | 1 | -1/+3 |
* | A comment tweak. | Jarkko Hietaniemi | 2001-02-25 | 1 | -1/+1 |
* | Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?" | Jarkko Hietaniemi | 2001-02-18 | 1 | -7/+9 |
* | UTF-8 tweaks. | Jarkko Hietaniemi | 2001-02-18 | 1 | -4/+6 |
* | Macrofy a magic UTF-8 test. | Jarkko Hietaniemi | 2001-01-31 | 1 | -1/+1 |
* | UTF-8 nit from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-30 | 1 | -11/+7 |