This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Setting $_ to multiline glob in @INC filter
[perl5.git] / lib / utf8.pm
2013-06-03 Eric BrineFix internal inconsistencies in style in utf8.pm docs
2013-06-03 Eric BrineFAIL_OK looks too much like a constant [RT##118279]
2013-05-20 Brian FraserRemove double space between words in pod
2013-05-20 Karl Williamsonlib/utf8.pm: Fix pod verbatim line wraps
2013-05-20 Karl Williamsonlib/utf8.pm: Pod clarification and nit
2013-05-19 Brian Fraserutf8: Remove unused variable (%utf8::enc).
2012-05-25 Karl Williamsonutf8.pm: pod: grammar, clarify
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-01-29 Jay HannahPOD typo
2010-02-22 David MitchellBetter explain utf8::upgrade/downgrade/encode/decode
2007-06-23 Rafael Garcia-SuarezTels' patch to defer overloading of hex and oct,
2007-03-12 Rafael Garcia-SuarezRemove notes about experimental functions in the utf8...
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-01-26 Audrey Tangutf8.pm doc patch
2006-01-13 Nicholas Clark$utf8::VERSION++ # Documentation.
2006-01-13 Rafael Garcia-SuarezFix internal links in POD.
2005-05-05 Nicholas ClarkBump versions of non dual-life modules
2005-01-13 Nicholas Clarkutf.pm needs to require Carp before croak()ing
2004-07-01 Nicholas ClarkBump version numbers
2004-06-06 SADAHIRO TomoyukiRe: [PATCH] [perl #29841] utf8::decode doesn't work...
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-03-04 Rafael Garcia-SuarezClarify the difference between utf8::downgrade/upgrade
2003-08-25 Jarkko HietaniemiDocument even more ways of affecting your "utf8ness".
2003-08-22 Jarkko HietaniemiTry to make the use of utf8 as clear as possible.
2003-08-22 Jarkko HietaniemiAdvertise the encoding pragma at the utf8 pragma.
2003-08-18 Jarkko Hietaniemiutf8::is_utf8() wasn't there in 5.8.0.
2003-08-16 Stas Bekman[patch lib/utf8.pm] doc tweaks
2003-08-14 Jarkko HietaniemiA swath of VERSION patches from Nicholas Clark.
2003-06-14 Jarkko HietaniemiExercise the utf8:: "internal" functions.
2003-06-14 Jarkko HietaniemiHaving to pull in the whole Encode just to get SvUTF8()
2002-06-18 Jarkko HietaniemiDocument the "Unicode in package/sub names" problem;
2002-04-16 Jarkko HietaniemiLet's not promise too much: use utf8 only works on...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Jarkko HietaniemiUnderline that the current implementation is not
2002-04-06 Andreas KönigWeak spots in the utf8 manpage
2002-03-19 Jarkko HietaniemiIntegrate perlio:
2002-03-19 Nick Ing-SimmonsMove docs for Encode::valid_utf8 (which does not exist)
2002-03-12 Anton Tagunovfix format in lib/utf8.pm and polish the meaning
2002-03-11 Jarkko HietaniemiUndocument 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 HietaniemiDocument how "no utf8;" can become handy.
2001-08-12 Jarkko HietaniemiDispell the "use utf8" superstition.
2001-04-15 Prymmer/Kahnupdate perlebcdic.pod with UTF tbl; tweak utf8.pm
2001-04-09 Prymmer/Kahndocumentation tweaks for UTF-EBCDIC support
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-18 Nick Ing-SimmonsUTF-X encoding invariance for Encode:
2001-02-28 Michael StevensRe: Errors in core PODs
2001-01-08 Charles BaileyOnce 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 BaileySYN SYN
2000-10-14 Peter PrymmerRFC: a (temporary?) way around utf8.pm for EBCDIC
2000-08-11 Simon CozensRe: [ID 20000730.003] utf8::length() bad
2000-03-09 Gurusamy Sarathytweak Unicode notes, other cleanups
2000-03-04 Gurusamy Sarathymake hints available via globals in the respective...
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 Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
1999-08-30 Ilya ZakharevichUse \N{named characters} instead of \C.
1999-08-16 Larry W. VirdenFix most of the pod2man moanings reported in
1999-08-04 Jarkko HietaniemiIntroduce the charnames pragma.
1999-01-17 Gurusamy Sarathya few doc typos
1998-08-08 Gisle Aasutf8 doc tweak
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.