summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* more warnings tidyupPaul Marquess2002-03-111-4/+4
* EBCDIC: this seems to calm the last of theJarkko Hietaniemi2002-02-241-12/+8
* In EBCDIC the UNI_TO_NATIVE() macro evaluates its argumentJarkko Hietaniemi2002-02-201-2/+4
* Misplaced block end.Jarkko Hietaniemi2002-02-191-1/+1
* Oops.Jarkko Hietaniemi2002-02-191-1/+1
* Try special casing first.Jarkko Hietaniemi2002-02-191-27/+33
* Unused in ASCII, used in EBCDIC.Jarkko Hietaniemi2002-02-181-2/+1
* EBCDIC: now the worst seems to be over forJarkko Hietaniemi2002-02-181-12/+8
* After much rewriting we are now pretty muchJarkko Hietaniemi2002-02-181-44/+41
* Clearing up to_utf8_case() continues: this time useJarkko Hietaniemi2002-02-171-56/+58
* Tiny tweak.Jarkko Hietaniemi2002-02-171-6/+2
* Redundant casts.Jarkko Hietaniemi2002-02-171-18/+18
* EBCDIC: to_utf8_case() is supposed to get its low 256Jarkko Hietaniemi2002-02-171-2/+2
* The #14715 and #14716 were okay: they just revealedJarkko Hietaniemi2002-02-171-14/+30
* Retreat, retreat! (retract #14715 and #14716)Jarkko Hietaniemi2002-02-161-26/+14
* Tiny tweak.Jarkko Hietaniemi2002-02-161-4/+5
* Restructure to_utf8_case() for simpler execution paths.Jarkko Hietaniemi2002-02-161-14/+25
* Excise inexact blather.Jarkko Hietaniemi2002-02-141-5/+0
* Iteration continues.Jarkko Hietaniemi2002-02-131-17/+20
* Rewrite the "special mapping" part of to_utf8_case(),Jarkko Hietaniemi2002-02-131-26/+46
* EBCDIC: another "can't happen".Jarkko Hietaniemi2002-02-121-1/+5
* format problemRobin Barker2002-02-061-1/+1
* The Malformed UTF-8 Heisenbug seen by Merijn and NickCJarkko Hietaniemi2002-02-011-1/+5
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-1/+1
* EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40Jarkko Hietaniemi2002-01-301-0/+1
* EBCDIC tweaks-- no new test passes, but getting closer.Jarkko Hietaniemi2002-01-291-3/+16
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* In dumping use isPRINT() instead of isprint() so that localeJarkko Hietaniemi2002-01-091-2/+3
* Document the flags of pv_uni_display().Jarkko Hietaniemi2002-01-071-9/+17
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-3/+26
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-2/+6
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-2/+2
* One more iteration of the ibcmp_utf8() interface,Jarkko Hietaniemi2002-01-021-39/+55
* Make ibcmp_utf8() optionally progress in either string forJarkko Hietaniemi2002-01-021-8/+33
* -Wall silencing.Jarkko Hietaniemi2002-01-021-2/+2
* Make ibcmp_utf8() more robust and make regmatch() use it.Jarkko Hietaniemi2002-01-011-30/+36
* Document the to_utf8_*() functions.Jarkko Hietaniemi2002-01-011-1/+57
* Rename the variables to be a bit more consistent.Jarkko Hietaniemi2002-01-011-24/+24
* Unnecessary/Lingering UTF8 flag might mess up caseless matchingJarkko Hietaniemi2002-01-011-16/+12
* Make that six wrongs.Jarkko Hietaniemi2001-12-301-2/+1
* Four wrongs can make a right.Jarkko Hietaniemi2001-12-301-2/+3
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-1/+1
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-7/+38
* Fix up the APIs noone hopefully uses.Jarkko Hietaniemi2001-12-201-3/+15
* Some bincompat clawbacks.Jarkko Hietaniemi2001-12-191-0/+18
* Can't printf U8s as UVs.Jarkko Hietaniemi2001-12-191-1/+1
* Make the utf8 malformedness messages more verbose.Jarkko Hietaniemi2001-12-181-9/+16
* Demote the surrogate and non-character errors to warnings.Jarkko Hietaniemi2001-12-171-5/+8
* Disallow also Unicode ranges 0xFDD0..0xFDEF andJarkko Hietaniemi2001-12-161-2/+5
* Make surrogates illegal also on EBCDIC.Jarkko Hietaniemi2001-12-161-2/+2