summaryrefslogtreecommitdiff
path: root/lib/charnames.pm
Commit message (Expand)AuthorAgeFilesLines
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* Update comments and documentation dealing with utfKarl2008-12-261-0/+5
* Doc re-ordering to have ALIASES and CUSTOM ALIASES togetherH.Merijn Brand2007-07-251-68/+68
* Tels' patch to defer overloading of hex and oct,Rafael Garcia-Suarez2007-06-231-4/+4
* $hex is already hex, so cannot be used in %X if starting with [A-F]H.Merijn Brand2006-10-301-1/+1
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-201-4/+0
* bug with charnames::viacode("0x1234") and optimize itTels2005-07-071-25/+12
* do just-in-time loading of Carp.pm in some modulesTels2005-07-021-2/+11
* Bump version numbersNicholas Clark2004-07-011-1/+1
* Proposed patch + test case.Marcel Grünauer2004-06-221-5/+5
* reduce overhead of charnames.pm, make op/pat.t work under miniperlYitzchak Scott-Thoennes2004-02-091-3/+15
* Minor updates of the charnames documentation.Rafael Garcia-Suarez2003-07-131-3/+4
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-1/+1
* Charnames take 4H.Merijn Brand2002-11-041-7/+30
* charnames pragma extended with :alias for customizedH.Merijn Brand2002-10-241-139/+217
* charnames patch from Thomas Wegner.Jarkko Hietaniemi2002-05-301-1/+1
* [Patch perl@16861] charnames::vianame tweakSADAHIRO Tomoyuki2002-05-301-2/+13
* Bug fix for charnames::vianameSADAHIRO Tomoyuki2002-05-281-1/+1
* More charnames tweaks.Jarkko Hietaniemi2002-05-281-3/+7
* Doc fix for charnames::vianameSADAHIRO Tomoyuki2002-05-281-3/+3
* 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