summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
Commit message (Expand)AuthorAgeFilesLines
* channames.pm doc tweaksTatsuhiko Miyagawa2002-05-041-2/+2
* Provide the \N{U+HHHH} syntax before we forget.Jarkko Hietaniemi2002-05-011-5/+10
* ZWNJ, ZWJ. Any further convenience aliasing shouldJarkko Hietaniemi2002-04-111-1/+11
* charnames::viacode() was broken, noticed by Jeffrey.Jarkko Hietaniemi2002-04-071-3/+2
* BOM, 0xFFFE, 0xFEFF, etc.Philip Newton2002-04-011-6/+7
* Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,Philip Newton2002-04-011-2/+2
* Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,Jarkko Hietaniemi2002-03-311-6/+8
* NEXT LINE --> NELPhilip Newton2002-03-291-1/+1
* Support Unicode 3.1 names, names without the (XX), and BOM.Jarkko Hietaniemi2002-03-281-58/+151
* Document and test the C0 and C1.Jarkko Hietaniemi2002-02-141-0/+7
* Make charnames more robust.Jarkko Hietaniemi2001-12-151-4/+23
* Add simple caches for ::viacode() and ::vianame().Jarkko Hietaniemi2001-12-011-3/+11
* Add charnames::vianame() in case people want to accessJarkko Hietaniemi2001-11-241-6/+44
* lib/charnames.pm Jeffrey Friedl2001-11-131-26/+123
* Make encoding and charnames pragmas coexist.Jarkko Hietaniemi2001-11-021-1/+1
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-2/+2
* Retracting \N{U+HHHH}.Jarkko Hietaniemi2001-03-051-3/+0
* Add the \N{U+HHHH} syntax.Jarkko Hietaniemi2001-03-041-0/+3
* Re: [PATCH] fix for charnames above FFFFAndreas König2001-02-241-2/+3
* fix for charnames above FFFFAndreas König2001-02-211-2/+4
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+3
* Warn about unknown scripts.Dominic Dunlop2000-10-091-0/+8
* remove dead codeGurusamy Sarathy2000-03-191-1/+0
* make hints available via globals in the respective pragmas toGurusamy Sarathy2000-03-041-22/+26
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-2/+2
* another HINT_BYTE victimGurusamy Sarathy2000-02-041-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-9/+7
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-8/+8
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-0/+134