summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-031-12/+10
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-3/+3
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-20/+20
* A new UTF-8 API, Perl_is_utf8_string_loc(), a variantJarkko Hietaniemi2003-09-101-0/+49
* [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 Dinger, Tom2003-07-241-1/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Synchronize the specifications of the POSIX characterJarkko Hietaniemi2003-04-161-2/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* API doc tweaks.Jarkko Hietaniemi2003-02-221-4/+7
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* [PATCH] bug in utf8.c(?)Marty Pauley2002-09-261-0/+1
* Small speedup by inlining the easy bits of is_utf8_char()Jarkko Hietaniemi2002-07-011-3/+11
* good day for WinCE port of perl.Vadim Konovalov2002-05-161-9/+0
* WinCE several touchesVadim Konovalov2002-05-131-1/+1
* WinCE many fixesVadim Konovalov2002-04-281-0/+9
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-82/+82
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-8/+27
* Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,Philip Newton2002-04-071-1/+1
* As noted by Philip Newton: nothing wrong with BOM,Jarkko Hietaniemi2002-04-061-14/+3
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-6/+10
* A little bit better error message for \pq, stillJarkko Hietaniemi2002-03-281-1/+5
* Warn instead of croak.Jarkko Hietaniemi2002-03-271-8/+42
* B::perlstring and unicodeRafael Garcia-Suarez2002-03-181-1/+1
* 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