summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
Commit message (Expand)AuthorAgeFilesLines
* utf8::upgrade: Don't coerce undef argKarl Williamson2022-11-141-1/+3
* Fix enough code to get make test_prep working with -dDusedefaultstrictTodd Rinaldo2020-10-131-4/+8
* utf8.pm: Add decoding example to podKarl Williamson2020-09-271-1/+6
* Don't use utf8_heavy.pl unless neededKarl Williamson2019-03-101-2/+1
* minor grammar and punctuation fixesKaren Etheridge2017-12-281-2/+2
* lib/utf8.pm: Further clarification of UTF-8 flavorKarl Williamson2017-12-271-1/+2
* utf8.pm: Clarify that UTF-8 is Perl's extended formKarl Williamson2017-12-221-17/+15
* (perl #131685) improve utf8::* function documentationTony Cook2017-07-241-14/+57
* lib/utf8.pm: pod changesKarl Williamson2016-01-071-70/+57
* bump $utf8::VERSION for the utf8_heavy.pl fixTony Cook2015-12-141-1/+1
* bump utf8 version after doc fixDavid Mitchell2015-05-171-1/+1
* Fix a doc typo in the spelling of EBCDICRafael Garcia-Suarez2015-05-171-1/+1
* Reword reference to $ENV{PERL_UNICODE} in utf8Randy Stauner2015-03-291-2/+2
* Optimize out unicode_to_native(), native_to_unicode()Karl Williamson2015-03-121-1/+9
* lib/utf8.pm: Document unicode_to_native() and inverseKarl Williamson2014-05-311-6/+41
* lib/utf8.pm: wrap code examples in pod with C<>Karl Williamson2014-05-311-6/+6
* utf8.pm: Slight clarification in podKarl Williamson2013-08-141-2/+2
* Fix internal inconsistencies in style in utf8.pm docsEric Brine2013-06-031-8/+8
* FAIL_OK looks too much like a constant [RT##118279]Eric Brine2013-06-031-3/+3
* Remove double space between words in podBrian Fraser2013-05-201-1/+1
* lib/utf8.pm: Fix pod verbatim line wrapsKarl Williamson2013-05-201-14/+16
* lib/utf8.pm: Pod clarification and nitKarl Williamson2013-05-201-4/+4
* utf8: Remove unused variable (%utf8::enc).Brian Fraser2013-05-191-2/+1
* utf8.pm: pod: grammar, clarifyKarl Williamson2012-05-241-4/+4
* Bump versions of modules changed since the last blead release (found byJesse Vincent2011-02-011-1/+1
* POD typoJay Hannah2011-01-281-1/+1
* Better explain utf8::upgrade/downgrade/encode/decodeDavid Mitchell2010-02-221-17/+33
* Tels' patch to defer overloading of hex and oct,Rafael Garcia-Suarez2007-06-231-1/+1
* Remove notes about experimental functions in the utf8 module.Rafael Garcia-Suarez2007-03-121-10/+4
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-65/+51
* utf8.pm doc patchAudrey Tang2007-01-261-7/+11
* $utf8::VERSION++ # Documentation.Nicholas Clark2006-01-131-1/+1
* Fix internal links in POD.Rafael Garcia-Suarez2006-01-131-2/+2
* Bump versions of non dual-life modulesNicholas Clark2005-05-051-1/+1
* utf.pm needs to require Carp before croak()ingNicholas Clark2005-01-131-0/+1
* Bump version numbersNicholas Clark2004-07-011-1/+1
* Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T SADAHIRO Tomoyuki2004-06-061-30/+44
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-041-1/+1
* Clarify the difference between utf8::downgrade/upgradeRafael Garcia-Suarez2004-03-041-8/+15
* Document even more ways of affecting your "utf8ness".Jarkko Hietaniemi2003-08-251-1/+4
* Try to make the use of utf8 as clear as possible.Jarkko Hietaniemi2003-08-221-1/+6
* Advertise the encoding pragma at the utf8 pragma.Jarkko Hietaniemi2003-08-221-7/+21
* utf8::is_utf8() wasn't there in 5.8.0.Jarkko Hietaniemi2003-08-181-5/+6
* [patch lib/utf8.pm] doc tweaksStas Bekman2003-08-161-4/+13
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
* Exercise the utf8:: "internal" functions.Jarkko Hietaniemi2003-06-141-17/+18
* Having to pull in the whole Encode just to get SvUTF8()Jarkko Hietaniemi2003-06-141-6/+13
* Document the "Unicode in package/sub names" problem;Jarkko Hietaniemi2002-06-181-3/+17
* Let's not promise too much: use utf8 only works on identifierJarkko Hietaniemi2002-04-161-3/+3
* Underline that the current implementation is notJarkko Hietaniemi2002-04-061-14/+15