diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-05-12 11:50:19 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-17 10:19:45 +0200 |
commit | 6ae9f32af6f08fad4023edda45596d5c654483de (patch) | |
tree | dd28d23beba82e55a20c728cf080aa35caffc92f /t | |
parent | 3e462cdc2087ddf90984010fabd80c30db92bfa0 (diff) | |
download | perl-6ae9f32af6f08fad4023edda45596d5c654483de.tar.gz |
PATCH: Clean up EBCDIC handling of \cX
The function perl_ebcdic_control() is unnecessary, as the toCTRL macro
that calls it can be changed to just map EBCDIC to ASCII first, and then
doing the normal procedure.
This means that EBCDIC and ASCII will no longer diverge. Currently,
EBCIDIC gives a syntax error for inputs outside its domain, whereas the
ASCII version accepts some of them.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index 8a40a264af..5d308233e0 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -366,7 +366,6 @@ Unexpected constant lvalue entersub entry via type/targ %d:%d Unicode non-character 0x%04 Unknown PerlIO layer "scalar" Unknown Unicode option letter '%c' -unrecognised control character '%c' Unstable directory path, current directory changed unexpectedly Unsupported script encoding UTF-16BE Unsupported script encoding UTF-16LE |