/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/t/ |
H A D | md5-aaa.t | 13 next if /^EBCDIC/; 16 next if !/^EBCDIC/; 17 s/^EBCDIC,\w+#//; 294 EBCDIC,1047#cd25041f9f36811b04ab3015805fe816 "a" 295 EBCDIC,1047#762b8b87733ee724b8cb751c3b956ea7 "aa" 296 EBCDIC,1047#f39105ec557abe624399862897a127ed "aaa" 297 EBCDIC,1047#b825cfc3203d45d01156b8e06ae74901 "aaaa" 298 EBCDIC,1047#a497a05975af505878aa98b26bd329dd "aaaaa" 299 EBCDIC,1047#90420f3fc7d64c6cdd7a3bf218b004b1 "aaaaaa" 300 EBCDIC,1047#b3d7a168407b1613f08f186dc3744a72 "aaaaaaa" [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Digest/t/ |
H A D | base.t | 40 my $EBCDIC = ord('A') == 193; 42 if ($EBCDIC) { 57 is( $ctx->hexdigest, $EBCDIC ? "86f0f0f0f3" : "6630303033" ); 60 is( $ctx->b64digest, $EBCDIC ? "hvDw8PM" : "ZjAwMDM" ); 78 $ctx->add_bits( $EBCDIC ? "11100100" : "01010101" );
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlebcdic.pod | 10 on EBCDIC based computers. 112 =head2 EBCDIC section 224 UTF-EBCDIC is like UTF-8, but based on EBCDIC. 227 and the UTF-EBCDIC found on EBCDIC ones. 236 EBCDIC code pages, and also is 193 when encoded in UTF-EBCDIC. All 256 UTF-EBCDIC is defined by 324 UTF-EBCDIC (in this example identical to normal EBCDIC since only characters 325 that don't differ between EBCDIC and UTF-EBCDIC were printed). See the 1159 # EBCDIC-based examples 1240 C<ord()> will return EBCDIC code number values on an EBCDIC platform. [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.bs2000 | 5 ASCII->EBCDIC translation worked out correctly. You can read more 38 add a few changes due to EBCDIC. See below for more details 57 EBCDIC filesystem. B<This time you use I/O-conversion>: 67 values for most things. The major problem is (of course) the EBCDIC 68 character set. We have german EBCDIC version. 182 =head2 Using PerlIO and different encodings on ASCII and EBCDIC partitions 197 to get two files containing "Hello World!\n" in ASCII, EBCDIC, ISO 198 Latin-1 (in this example identical to ASCII) respective UTF-EBCDIC (in 199 this example identical to normal EBCDIC). See the documentation of 203 the type of your filesystem (ASCII or EBCDIC) and the IO_CONVERSION [all …]
|
H A D | README.os390 | 25 other. You could have both an ASCII perl, and an EBCDIC perl on the same 27 with perl can be used to translate files from various EBCDIC code pages for 31 EBCDIC. You can interactively choose other configurations, as well as many 106 =head2 Building a 64-bit Dynamic EBCDIC Perl 109 machine. On z/OS, it could be an ASCII perl, or a previous EBCDIC one. 188 the reverse on EBCDIC. 317 When using Perl on z/OS please keep in mind that the EBCDIC and ASCII 320 EBCDIC are also mentioned in the perlport.pod document. 357 source code you run is tagged appropriately as ASCII or EBCDIC using 370 =item For ASCII or EBCDIC: [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 109_encode.t | 18 # U+00B6 chosen because it works on both ASCII and EBCDIC 31 if (ord '^' == 95) { # EBCDIC 1047 35 else { # Assume EBCDIC 037
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | Encode.t | 7 print "1..0 # Skip: EBCDIC\n"; 50 # three distinct ASCII sets to three distinct EBCDIC coded character sets. 51 # On EBCDIC machines see if we can map from three EBCDIC sets to three 79 # On either ASCII or EBCDIC machines ensure we can take the full one 80 # byte repetoire to EBCDIC sets and back.
|
H A D | rt65541.t | 12 print "1..0 # Skip: EBCDIC\n";
|
H A D | rt86327.t | 12 print "1..0 # Skip: EBCDIC\n";
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/ |
H A D | encode.h | 120 # ifdef EBCDIC /* The value on early perls is wrong */ 210 # ifdef EBCDIC 251 # ifdef EBCDIC /* On EBCDIC, these are actually I8 bytes */ 264 # ifdef EBCDIC /* Actually is I8 */ 403 # ifdef EBCDIC in S_does_utf8_overflow() 451 # ifdef EBCDIC in S_does_utf8_overflow() 508 # ifdef EBCDIC in S_is_utf8_overlong_given_start_byte_ok() 1003 # ifdef EBCDIC in utf8n_to_uvchr_msgs() 1272 #ifndef EBCDIC /* These problematic code points are 4 bytes on EBCDIC, so in uvchr_to_utf8_flags_msgs() 1322 #ifdef EBCDIC /* These were handled on ASCII platforms in the code for 3-byte in uvchr_to_utf8_flags_msgs()
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/EBCDIC/ |
H A D | EBCDIC.pm | 1 package Encode::EBCDIC;
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/ |
H A D | smtp.t | 12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | require.t | 12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | nntp.t | 12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | hostname.t | 12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | datasend.t | 14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | ftp.t | 12 if (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | pop3_ipv6.t | 14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | smtp_ipv6.t | 14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | config.t | 14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
H A D | nntp_ipv6.t | 14 elsif (ord('A') == 193 && !eval { require Convert::EBCDIC }) {
|
/openbsd/gnu/usr.bin/perl/lib/DBM_Filter/t/ |
H A D | encode.t | 69 local $TODO = "Currently broken on EBCDIC" if $::IS_EBCDIC; 83 …skip "Encode doesn't currently work for most filters on EBCDIC, including 8859-16", 11 if $::IS_EB…
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | utf8 | 37 /* On non-EBCDIC was valid for some releases earlier than this, but easier to 55 #else /* System doesn't support EBCDIC */ 61 #else /* System doesn't support EBCDIC */ 132 /* 32 bit platform, which includes UTF-EBCDIC on the releases this is 264 # if { VERSION < 5.26.0 } && ! defined(EBCDIC) 280 # if { VERSION < 5.26.0 } && ! defined(EBCDIC) 283 * non-EBCDIC platforms, often returning an overlong value which may or may 417 # else /* Versions without the above don't support EBCDIC anyway */ 568 /* API function has; works on EBCDIC too */ 810 skip("Test not valid on EBCDIC", 1) [all …]
|
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/ |
H A D | dbu.c | 227 #ifndef EBCDIC /* Meta notation doesn't make sense on EBCDIC systems*/ in prdatum() 237 #ifdef EBCDIC /* Instead of meta, use \x{} for non-printables */ in prdatum()
|
/openbsd/usr.bin/file/magdir/ |
H A D | unicode | 13 0 string \335\163\146\163 Unicode text, UTF-8-EBCDIC
|