| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
a microfix in toke.c towards the final goal (the fix
removes the need to have quotes around Unicode package
names when calling a method on them)
p4raw-id: //depot/perl@17286
|
|
|
|
|
|
|
|
|
| |
names, not package or subroutine names (admittedly limited [1], but
that's what the Camel says, and that's what we are going to stick
to for 5.8.0). Also document that use vars does not do utf8.
[1] The obvious problem in both is that package and subroutine
names need to mappable to the filesystem.
p4raw-id: //depot/perl@15947
|
|
|
|
|
| |
guaranteed to be forever; and reformat a bit.
p4raw-id: //depot/perl@15766
|
|
|
|
|
| |
Message-ID: <m3u1qqefeb.fsf@anima.de>
p4raw-id: //depot/perl@15765
|
|
|
|
|
|
|
|
|
|
| |
[ 15314]
Move docs for Encode::valid_utf8 (which does not exist)
to be docs for utf8::valid() (which does).
p4raw-link: @15314 on //depot/perlio: 5463e635e29aad1605d20ed3ea9f8b3e487e0102
p4raw-id: //depot/perl@15322
p4raw-integrated: from //depot/perlio@15321 'copy in' lib/utf8.pm
(@15196..) 'merge in' ext/Encode/Encode.pm (@15274..)
|
|
|
|
|
|
| |
Message-Id: <1194068830.20020312014058@motor.ru>
(Applied with tweaks.)
p4raw-id: //depot/perl@15192
|
|
|
|
|
|
| |
as general purpose encoding transformation interfaces
since that's not what they are.
p4raw-id: //depot/perl@15169
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clarification
Date: Mon, 4 Mar 2002 05:41:41 +0300
Message-Id: <7916563907.20020304054141@motor.ru>
Subject: [ID 20020303.005] Patch perlinicode C API description
From: Anton Tagunov <tagunov@motor.ru>
Date: Mon, 4 Mar 2002 06:08:23 +0300
Message-Id: <2018165510.20020304060823@motor.ru>
p4raw-id: //depot/perl@14981
|
|
|
| |
p4raw-id: //depot/perl@13070
|
|
|
| |
p4raw-id: //depot/perl@11643
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9704
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Loose the extra level of function on ASCII.
- spotted a chr(0) issue in sv.c
- re-work of UTF-X tr/// ranges to work in Unicode
space. Still issues with the "0xff is illegal UTF-8" hack.
- Yet another ad. hoc. utf8 'upgrade' in op.c recoded
(why do it once when you can do it all over the place :-(
- Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
need utf8.pm for swashes.
- Simplified and commented scan_const() in toke.c
Still something wrong regexp and tr (swashes?).
p4raw-id: //depot/perlio@9267
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
- move the XS code for those to universal.c (so in miniperl)
- add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
- change ext/Encode/compile to use above.
- Fix t/lib/encode.t for above
- Teach t/lib/b.t to expect -uutf8
- In utf8.c look for SWASHNEW rather than just utf8:: package to see if
utf8.pm is needed.
p4raw-id: //depot/perlio@9198
|
|
|
|
|
| |
Message-ID: <20010223154756.A7723@firedrake.org>
p4raw-id: //depot/perl@8965
|
|
|
|
|
|
|
| |
Message-ID: <20001205212328.C6473@blackrider.aocn.com>
Carp::Heavy parts not very applicable because of recent changes.
p4raw-id: //depot/perl@8013
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
p4raw-id: //depot/perl@7228
|
|
|
|
|
| |
Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
p4raw-id: //depot/perl@6593
|
|
|
| |
p4raw-id: //depot/perl@5629
|
|
|
|
|
| |
avoid duplicating the constants everywhere
p4raw-id: //depot/perl@5527
|
|
|
| |
p4raw-id: //depot/perl@5133
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
perlunicode.pod that reflects changes to unicode support so far
p4raw-id: //depot/perl@4941
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@2619
|
|
|
|
|
|
| |
Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
Subject: Matching clumps
p4raw-id: //depot/perl@1766
|
|
p4raw-id: //depot/utfperl@1651
|