LOGONLY mark e6226b DOCed
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
2010-02-22 David Mitchell Better explain utf8::upgrade/downgrade/encode/decode
2007-06-23 Rafael Garcia-Suarez Tels' patch to defer overloading of hex and oct,
2007-03-12 Rafael Garcia-Suarez Remove notes about experimental functions in the utf8...
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-01-26 Audrey Tang utf8.pm doc patch
2006-01-13 Nicholas Clark $utf8::VERSION++ # Documentation.
2006-01-13 Rafael Garcia-Suarez Fix internal links in POD.
2005-05-05 Nicholas Clark Bump versions of non dual-life modules
2005-01-13 Nicholas Clark utf.pm needs to require Carp before croak()ing
2004-07-01 Nicholas Clark Bump version numbers
2004-06-06 SADAHIRO Tomoyuki Re: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-04-04 Nicholas Clark Bump version numbers for modules that have changed...
2004-03-04 Rafael Garcia-Suarez Clarify the difference between utf8::downgrade/upgrade
2003-08-25 Jarkko Hietaniemi Document even more ways of affecting your "utf8ness".
2003-08-22 Jarkko Hietaniemi Try to make the use of utf8 as clear as possible.
2003-08-22 Jarkko Hietaniemi Advertise the encoding pragma at the utf8 pragma.
2003-08-18 Jarkko Hietaniemi utf8::is_utf8() wasn't there in 5.8.0.
2003-08-16 Stas Bekman [patch lib/utf8.pm] doc tweaks
2003-08-14 Jarkko Hietaniemi A swath of VERSION patches from Nicholas Clark.
2003-06-14 Jarkko Hietaniemi Exercise the utf8:: "internal" functions.
2003-06-14 Jarkko Hietaniemi Having to pull in the whole Encode just to get SvUTF8()
2002-06-18 Jarkko Hietaniemi Document the "Unicode in package/sub names" problem;
2002-04-16 Jarkko Hietaniemi Let's not promise too much: use utf8 only works on...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-06 Jarkko Hietaniemi Underline that the current implementation is not
2002-04-06 Andreas König Weak spots in the utf8 manpage
2002-03-19 Jarkko Hietaniemi Integrate perlio:
2002-03-19 Nick Ing-Simmons Move docs for Encode::valid_utf8 (which does not exist)
2002-03-12 Anton Tagunov fix format in lib/utf8.pm and polish the meaning
2002-03-11 Jarkko Hietaniemi Undocument the use of .*utf8.*{upgrade,downgrade,encode...
2002-03-04 Anton Tagunov [ID 20020303.006] [Doc][utf8::up/down grade][use encodi...
2001-11-18 Jarkko Hietaniemi Document how "no utf8;" can become handy.
2001-08-12 Jarkko Hietaniemi Dispell the "use utf8" superstition.
2001-04-15 Prymmer/Kahn update perlebcdic.pod with UTF tbl; tweak utf8.pm
2001-04-09 Prymmer/Kahn documentation tweaks for UTF-EBCDIC support
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-02-28 Michael Stevens Re: Errors in core PODs
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-06 Michael G. Schwern $VERSION crusade, strict, tests, etc... all over lib/
2000-10-20 Charles Bailey SYN SYN
2000-10-14 Peter Prymmer RFC: a (temporary?) way around utf8.pm for EBCDIC
2000-08-11 Simon Cozens Re: [ID 20000730.003] utf8::length() bad
2000-03-09 Gurusamy Sarathy tweak Unicode notes, other cleanups
2000-03-04 Gurusamy Sarathy make hints available via globals in the respective...
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-16 Larry W. Virden Fix most of the pod2man moanings reported in
1999-08-04 Jarkko Hietaniemi Introduce the charnames pragma.
1999-01-17 Gurusamy Sarathy a few doc typos
1998-08-08 Gisle Aas utf8 doc tweak
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.