summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
Commit message (Collapse)AuthorAgeFilesLines
* Re: [ID 20000730.003] utf8::length() badSimon Cozens2000-08-111-1/+2
| | | | | Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6593
* tweak Unicode notes, other cleanupsGurusamy Sarathy2000-03-091-1/+1
| | | p4raw-id: //depot/perl@5629
* make hints available via globals in the respective pragmas toGurusamy Sarathy2000-03-041-2/+4
| | | | | avoid duplicating the constants everywhere p4raw-id: //depot/perl@5527
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-1/+1
| | | p4raw-id: //depot/perl@5133
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-071-15/+0
| | | | | | | now return bytes all the way to 255, they will be transparently coerced (in future) to UTF-8 when they are used in operations involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore p4raw-id: //depot/perl@5013
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-134/+41
| | | | | perlunicode.pod that reflects changes to unicode support so far p4raw-id: //depot/perl@4941
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+2
| | | | | | | calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) p4raw-id: //depot/perl@4937
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-2/+3
| | | | | | | | | To: jhi@iki.fi Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce), perl5-porters@perl.org (Mailing list Perl5) Subject: Re: [PATCH 5.005_58] Named characters in Perl Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4052
* Fix most of the pod2man moanings reported inLarry W. Virden1999-08-161-1/+1
| | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-3/+2
| | | | | | | | | | | | | | | | Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu> To: Chip Salzenberg <[11]chip@perlsupport.com> Cc: Mailing list Perl5 <[12]perl5-porters@perl.org> Date: Sat, 31 Jul 1999 05:44:05 -0400 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com> From: Ilya Zakharevich <ilya@math.ohio-state.edu> To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_58] Named characters in Perl Date: Mon, 2 Aug 1999 19:25:40 -0400 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3916
* a few doc typosGurusamy Sarathy1999-01-171-1/+1
| | | p4raw-id: //depot/perl@2619
* utf8 doc tweakGisle Aas1998-08-081-1/+1
| | | | | | Message-ID: <m3yat4wetb.fsf@furu.g.aas.no> Subject: Matching clumps p4raw-id: //depot/perl@1766
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+181
p4raw-id: //depot/utfperl@1651