diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-10 11:55:43 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-10 11:55:43 +0000 |
commit | 787f70ea392631410c1f38c4d8384a9cc6731b8c (patch) | |
tree | 19075254fbc0495a697b5e15ca1f19a99e02ac77 /global.sym | |
parent | 2da70877fbe45e78782d961a5f2b1f96e95c59c3 (diff) | |
download | perl-787f70ea392631410c1f38c4d8384a9cc6731b8c.tar.gz |
EBCDIC sanity - phase I
- rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
- use utf8n_xxxx (c.f. pvn) for forms which take length.
- back out vN.N and $^V exceptions to e2a/a2e
- make "locale" isxxx macros be uvchr (may be redundant?)
Not clear yet that toUPPER_uni et. al. return being handled correctly.
The tr// and rexexp stuff still needs an audit, assumption is they are working
in Unicode space.
Need to provide v5.6 names for XS modules (decide is uni or chr ?).
p4raw-id: //depot/perlio@9096
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/global.sym b/global.sym index cdc36aaaf8..870fccfa3d 100644 --- a/global.sym +++ b/global.sym @@ -473,9 +473,12 @@ Perl_utf8_hop Perl_utf8_to_bytes Perl_bytes_from_utf8 Perl_bytes_to_utf8 -Perl_utf8_to_uv_simple -Perl_utf8_to_uv -Perl_uv_to_utf8 +Perl_utf8_to_uvchr +Perl_utf8_to_uvuni +Perl_utf8n_to_uvchr +Perl_utf8n_to_uvuni +Perl_uvchr_to_utf8 +Perl_uvuni_to_utf8 Perl_warn Perl_vwarn Perl_warner |