summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
Commit message (Collapse)AuthorAgeFilesLines
* More \p{In...} testing, combined with \N{...}.Jarkko Hietaniemi2001-06-081-2/+3
| | | p4raw-id: //depot/perl@10481
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+3
| | | | | | patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES to match the pragma name; various robustness cleanups. p4raw-id: //depot/perl@10339
* Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not ↵Hugo van der Sanden2001-05-301-2/+0
| | | | | | | | | | match Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk> localizing $@ has unfortunate semantics - if you die past a local $@, the die message is lost. p4raw-id: //depot/perl@10310
* Additional safeguard against $@ getting trampled; idea from Hugo.Jarkko Hietaniemi2001-05-291-5/+10
| | | p4raw-id: //depot/perl@10279
* At least a partial fix for 20010528.004.Jarkko Hietaniemi2001-05-291-1/+1
| | | p4raw-id: //depot/perl@10277
* Explain the \p{} and \P{} error message better andJarkko Hietaniemi2001-04-281-1/+1
| | | | | have prettier prettyprint in In.pl. p4raw-id: //depot/perl@9899
* Add a level of indirection to the implementation of \p{InFoo}Jarkko Hietaniemi2001-04-281-1/+8
| | | | | | | | | so that we don't have to have long filenames. (Nothing changes in the user interface.) The indirection is defined in the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl. Also rename some the character classes by removing '-' from the classnames, and finally renamed Block.pl as Blocks.pl. p4raw-id: //depot/perl@9897
* use warnings rather than fiddling with $^W (from Paul Marquess)Gurusamy Sarathy2000-02-021-1/+1
| | | p4raw-id: //depot/perl@4954
* tr///d does not seem to workLarry Wall1998-10-231-2/+1
| | | p4raw-id: //depot/perl@2039
* fix intolerance of SWASHes for blank linesGisle Aas1998-08-081-33/+31
| | | | | | Message-ID: <m3emutkdeu.fsf@furu.g.aas.no> Subject: Re: Re[2]: another joyride begins p4raw-id: //depot/perl@1767
* kill bogus warning from -we 'use utf8; $_="\x{FF}"'Gisle Aas1998-08-081-3/+3
| | | | | | Message-ID: <m3yat4sbys.fsf@furu.g.aas.no> Subject: Re: another joyride begins p4raw-id: //depot/perl@1765
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+224
p4raw-id: //depot/utfperl@1651