summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-17 18:46:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-17 18:46:00 +0000
commitffbc3676b32c79cfa805d4bc7a6def891f69f1a6 (patch)
treed0961ad53fcb58453b3bbb3096e925c19bbe73eb /MANIFEST
parent15615bfd1dc104a03e5211f9edfee6f2e239f2c3 (diff)
parent57ce1777e628f108f670a828f77ce6475bb81e32 (diff)
downloadperl-ffbc3676b32c79cfa805d4bc7a6def891f69f1a6.tar.gz
Integrate perlio:
[ 9186] MANIFEST addition :-( [ 9185] Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e. a superset of ASCII are invariant under the encoding. This is EBCDIC friendly as an encoded string can be looked at as being EBCDIC by lexer sprintf("0",...) etc. in same manner that a UTF-8 string be considered ASCII on ASCII machines. - re-arrange utf8.h to get ASCII specific vs Unicode generic bits seperate. - Add some more macros to comprehend different shift amounts and possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them. - add utfebcdic.h which provides UTF-EBCDIC versions of the macros, and conditionally #include it. EBCDIC build as yet untested. ASCII still fails the one test. [ 9184] Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT p4raw-link: @9186 on //depot/perlio: 57ce1777e628f108f670a828f77ce6475bb81e32 p4raw-link: @9185 on //depot/perlio: 1d72bdf6104ef56ab17c3abedf522be0125851c7 p4raw-link: @9184 on //depot/perlio: d742c382eed38a7010c93d369ad6896d826c21d6 p4raw-id: //depot/perl@9188
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 15a8030368..3134e939da 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1757,6 +1757,7 @@ universal.c The default UNIVERSAL package methods
unixish.h Defines that are assumed on Unix
utf8.c Unicode routines
utf8.h Unicode header
+utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
util.c Utility routines
util.h Dummy header
utils/Makefile Extract the utility scripts