This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No pod in internal Net::FTP classes.
[perl5.git] / pod / perlunicode.pod
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-12 Jarkko HietaniemiAdd a note about the dangers of bad UTF-8.
2001-11-12 Jarkko HietaniemiIt seems that we actually have this detail implemented
2001-11-11 Jarkko HietaniemiBOM, bom, Bom.
2001-11-11 Philip NewtonRe: PERFORCE change 12943 for review
2001-11-11 Jarkko HietaniemiDoc updates; make the Unicode discussions a little
2001-11-01 Jarkko HietaniemiIf an encoding is set by -M/-m, it must be in
2001-10-31 Jarkko HietaniemiClarification: use encoding cannot be used to
2001-10-31 Jarkko HietaniemiMore documentation for the encode pragma.
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-27 Jarkko HietaniemiUnicode: property alias naming cleanup.
2001-10-23 Jarkko HietaniemiFix multicharacter titlecase (ucfirst).
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-21 Jarkko HietaniemiPrettyprinting.
2001-10-19 Jarkko HietaniemiUnicode categories continue:
2001-10-18 Jarkko HietaniemiMore documented In categories.
2001-10-13 Jarkko HietaniemiRewrite mktables from scratch.
2001-10-04 Jarkko HietaniemiYet more Unicode properties.
2001-10-01 Jarkko HietaniemiAlso the ^Is is optional.
2001-10-01 Jarkko HietaniemiFurther tweaks to the Unicode properties.
2001-09-29 Jarkko HietaniemiExplain a bit the new more flexible \p\P syntax.
2001-09-29 Jarkko HietaniemiAllow for more flexibility in the \p{In...} names, now
2001-09-16 Jarkko HietaniemiSupply more details on how lc/uc/lcfirst/ucfirst are
2001-09-15 Jarkko HietaniemiElaborate (well, make more vague, really) #12030.
2001-09-15 Jarkko HietaniemiDocument that the lc(), uc(), lcfirst(), ucfirst()
2001-09-15 Jarkko HietaniemiDocument what's still to be done on the regular expression
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-08-16 Jarkko HietaniemiDocument the bytes-to-Unicode upgrading.
2001-08-12 Jarkko HietaniemiDispell the "use utf8" superstition.
2001-07-07 Jarkko HietaniemiSlight update tweaks on perlunicode.pod.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-04 Jarkko HietaniemiSupport preferentially the Unicode 'scripts' definition
2001-06-11 Jarkko HietaniemiMove the full \p\P lists to perlunicode.
2001-04-28 Jarkko HietaniemiAdd a level of indirection to the implementation of...
2001-04-09 Jarkko Hietaniemiperl571delta.
2001-04-09 Prymmer/Kahndocumentation tweaks for UTF-EBCDIC support
2001-04-05 Jarkko HietaniemiSlight doc tweak.
2001-04-05 Nick Ing-SimmonsChange sense from "incomplete" to "implemented but...
2001-02-28 Jarkko HietaniemiUndo qu. Retract #8814, rewrite op/each part of #8615,
2001-01-24 Charles BaileySYN SYN
2001-01-20 Jarkko HietaniemiDocument and test the new qu operator.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-11-07 Stephen P. PotterPod updates
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-09-14 Jarkko HietaniemiRemove vestiges of tr//CU.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-09 Gurusamy Sarathytweak Unicode notes, other cleanups
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-02 Gurusamy Sarathyreword some sections of perlunicode.pod
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...