| Commit message (Expand) | Author | Age | Files | Lines |
* | Figures 1 and 2 for UTF-8. | Jarkko Hietaniemi | 2001-11-19 | 1 | -0/+25 |
* | Banish "use utf8". | Jarkko Hietaniemi | 2001-11-17 | 1 | -2/+2 |
* | Document the negated lookahead trick to emulate | Jarkko Hietaniemi | 2001-11-16 | 1 | -2/+11 |
* | [PATCH] Doc spellcheck + podcheck | Abhijit Menon-Sen | 2001-11-16 | 1 | -1/+5 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Add a note about the dangers of bad UTF-8. | Jarkko Hietaniemi | 2001-11-12 | 1 | -0/+12 |
* | It seems that we actually have this detail implemented | Jarkko Hietaniemi | 2001-11-12 | 1 | -2/+2 |
* | BOM, bom, Bom. | Jarkko Hietaniemi | 2001-11-11 | 1 | -3/+7 |
* | Re: PERFORCE change 12943 for review | Philip Newton | 2001-11-11 | 1 | -17/+23 |
* | Doc updates; make the Unicode discussions a little | Jarkko Hietaniemi | 2001-11-11 | 1 | -33/+102 |
* | If an encoding is set by -M/-m, it must be in | Jarkko Hietaniemi | 2001-11-01 | 1 | -2/+1 |
* | Clarification: use encoding cannot be used to | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+2 |
* | More documentation for the encode pragma. | Jarkko Hietaniemi | 2001-10-31 | 1 | -0/+3 |
* | Add the encoding pragma to control the "upgrade" | Jarkko Hietaniemi | 2001-10-28 | 1 | -4/+5 |
* | Unicode: property alias naming cleanup. | Jarkko Hietaniemi | 2001-10-27 | 1 | -55/+55 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 1 | -4/+5 |
* | Implement multicharacter case mappings where a single | Jarkko Hietaniemi | 2001-10-21 | 1 | -9/+31 |
* | Prettyprinting. | Jarkko Hietaniemi | 2001-10-21 | 1 | -125/+129 |
* | Unicode categories continue: | Jarkko Hietaniemi | 2001-10-19 | 1 | -93/+93 |
* | More documented In categories. | Jarkko Hietaniemi | 2001-10-18 | 1 | -0/+2 |
* | Rewrite mktables from scratch. | Jarkko Hietaniemi | 2001-10-13 | 1 | -61/+80 |
* | Yet more Unicode properties. | Jarkko Hietaniemi | 2001-10-04 | 1 | -101/+137 |
* | Also the ^Is is optional. | Jarkko Hietaniemi | 2001-10-01 | 1 | -6/+7 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -8/+18 |
* | Explain a bit the new more flexible \p\P syntax. | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+10 |
* | Allow for more flexibility in the \p{In...} names, now | Jarkko Hietaniemi | 2001-09-29 | 1 | -3/+4 |
* | Supply more details on how lc/uc/lcfirst/ucfirst are | Jarkko Hietaniemi | 2001-09-16 | 1 | -2/+7 |
* | Elaborate (well, make more vague, really) #12030. | Jarkko Hietaniemi | 2001-09-15 | 1 | -4/+4 |
* | Document that the lc(), uc(), lcfirst(), ucfirst() | Jarkko Hietaniemi | 2001-09-15 | 1 | -0/+7 |
* | Document what's still to be done on the regular expression | Jarkko Hietaniemi | 2001-09-15 | 1 | -2/+65 |
* | Fix unpack U to be the reverse of pack U | Jarkko Hietaniemi | 2001-09-11 | 1 | -1/+3 |
* | Document the bytes-to-Unicode upgrading. | Jarkko Hietaniemi | 2001-08-16 | 1 | -5/+10 |
* | Dispell the "use utf8" superstition. | Jarkko Hietaniemi | 2001-08-12 | 1 | -4/+4 |
* | Slight update tweaks on perlunicode.pod. | Jarkko Hietaniemi | 2001-07-07 | 1 | -74/+75 |
* | Support preferentially the Unicode 'scripts' definition | Jarkko Hietaniemi | 2001-07-04 | 1 | -107/+178 |
* | Move the full \p\P lists to perlunicode. | Jarkko Hietaniemi | 2001-06-11 | 1 | -1/+168 |
* | Add a level of indirection to the implementation of \p{InFoo} | Jarkko Hietaniemi | 2001-04-28 | 1 | -3/+6 |
* | perl571delta. | Jarkko Hietaniemi | 2001-04-09 | 1 | -1/+1 |
* | documentation tweaks for UTF-EBCDIC support | Prymmer/Kahn | 2001-04-09 | 1 | -7/+10 |
* | Slight doc tweak. | Jarkko Hietaniemi | 2001-04-05 | 1 | -7/+7 |
* | Change sense from "incomplete" to "implemented but needs more work" in perlun... | Nick Ing-Simmons | 2001-04-05 | 1 | -12/+24 |
* | Undo qu. Retract #8814, rewrite op/each part of #8615, | Jarkko Hietaniemi | 2001-02-28 | 1 | -9/+5 |
* | Document and test the new qu operator. | Jarkko Hietaniemi | 2001-01-20 | 1 | -5/+9 |
* | Tweak the definition of the bit complement on UTF-8 data: | Yitzchak Scott-Thoennes | 2000-11-13 | 1 | -0/+12 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -1/+1 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -5/+0 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -0/+5 |
* | Remove vestiges of tr//CU. | Jarkko Hietaniemi | 2000-09-14 | 1 | -14/+4 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -7/+1 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+2 |