| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@24096
|
|
|
|
|
|
|
| |
The implicit call of 'require utf8' triggered by code like
"\x{100}" =~ /[[:print:]]/
wasn't saving state correctly first.
p4raw-id: //depot/perl@24084
|
|
|
|
|
| |
Message-ID: <20050325204331.GA16388@petdance.com>
p4raw-id: //depot/perl@24079
|
|
|
|
|
| |
Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
p4raw-id: //depot/perl@24074
|
|
|
|
|
| |
Message-ID: <20050314195954.GB7141@petdance.com>
p4raw-id: //depot/perl@24042
|
|
|
|
|
| |
Message-ID: <20050313202005.GA23535@petdance.com>
p4raw-id: //depot/perl@24037
|
|
|
| |
p4raw-id: //depot/perl@23861
|
|
|
|
|
|
|
|
| |
Message-Id: <41F1801C.3080201@iki.fi>
Make buffer size estimates for utf8 case conversion less maximally
pessimistic
p4raw-id: //depot/perl@23857
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
p4raw-id: //depot/perl@23824
|
|
|
|
|
| |
Plus drive-by insert of a more correct editor block. (thanks Dave)
p4raw-id: //depot/perl@23801
|
|
|
| |
p4raw-id: //depot/perl@23798
|
|
|
| |
p4raw-id: //depot/perl@23796
|
|
|
|
|
| |
Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@23640
|
|
|
| |
p4raw-id: //depot/perl@23508
|
|
|
|
|
| |
(patch by Jarkko Hietaniemi)
p4raw-id: //depot/perl@23351
|
|
|
| |
p4raw-id: //depot/perl@23207
|
|
|
| |
p4raw-id: //depot/perl@23180
|
|
|
| |
p4raw-id: //depot/perl@23176
|
|
|
|
|
|
|
|
| |
Can now handle the case
is_utf8_string(NULL,0)
again.
Why do we have code dup for Perl_is_utf8_string_loc() ?
p4raw-id: //depot/perl@23083
|
|
|
| |
p4raw-id: //depot/perl@22764
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
|
| |
Subject: [PATCH] [perl #24826]
Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
p4raw-id: //depot/perl@22427
|
|
|
| |
p4raw-id: //depot/perl@21297
|
|
|
|
|
|
| |
since that would break a lot of code.) Also few
stray UTF16s, UTF32s, and "encoded in Unicode".
p4raw-id: //depot/perl@21198
|
|
|
|
|
| |
of Perl_utf8_is_string().
p4raw-id: //depot/perl@21152
|
|
|
|
|
|
| |
From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
p4raw-id: //depot/perl@20211
|
|
|
|
|
|
|
| |
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)
p4raw-id: //depot/perl@19242
|
|
|
|
|
|
| |
classes alnum, graph, and print closer to the planned
Unicode proposal.
p4raw-id: //depot/perl@19231
|
|
|
| |
p4raw-id: //depot/perl@18801
|
|
|
| |
p4raw-id: //depot/perl@18760
|
|
|
|
|
| |
Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18456
|
|
|
|
|
| |
Subject: [PATCH] bug in utf8.c(?)
p4raw-id: //depot/perl@17928
|
|
|
|
|
| |
into is_utf8_string().
p4raw-id: //depot/perl@17392
|
|
|
|
|
| |
Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
p4raw-id: //depot/perl@16628
|
|
|
|
|
| |
Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
p4raw-id: //depot/perl@16582
|
|
|
|
|
| |
Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
p4raw-id: //depot/perl@16251
|
|
|
|
|
|
| |
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc
p4raw-id: //depot/perl@16048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The actual minimal fix is in utf8.c and from NI-S,
the rest are the tests (in fresh_perl since I couldn't get
them easily to work elsewhere) and a slight behaviour change:
previously UTF-8 identifiers had to start with an alphabetic
character. No more so, now they can start with an (Unicode)
ID_Continue character (which however is not a (Unicode) digit).
(Limiting the first character to ID_Start would be rather
restrictive, since ID_Start allows only alphabetic letters.)
TODO: use vars qw($utf8here). This I don't find to be
a showstopper.
p4raw-id: //depot/perl@15943
|
|
|
|
|
| |
Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
p4raw-id: //depot/perl@15777
|
|
|
|
|
| |
but 0xFFFE quite wrong.
p4raw-id: //depot/perl@15762
|
|
|
|
|
|
|
|
|
| |
be Hugo), ballooned a bit... the goal is Larry's wish that
illegal Unicode (such as U+FFFF) by default doesn't warn,
since what if somebody WANTS to create illegal Unicode?
Now getting close to this in the regex runtime.
(Also, fix more of my fixation that BOM would be U+FFFE.)
p4raw-id: //depot/perl@15689
|
|
|
|
|
| |
not good because the script context is not shown.
p4raw-id: //depot/perl@15581
|
|
|
| |
p4raw-id: //depot/perl@15556
|
|
|
|
|
| |
Message-ID: <20020318231431.A699@rafael>
p4raw-id: //depot/perl@15308
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
p4raw-id: //depot/perl@15155
|
|
|
|
|
| |
Malformed UTF-8 warnings.
p4raw-id: //depot/perl@14850
|
|
|
|
|
| |
twice, causing the loop to skip every other character.
p4raw-id: //depot/perl@14800
|
|
|
| |
p4raw-id: //depot/perl@14766
|
|
|
| |
p4raw-id: //depot/perl@14762
|
|
|
| |
p4raw-id: //depot/perl@14759
|