Lines Matching refs:SJIS
24 * SJIS 0x5C is a Yen sign, and 0x7E is an overline.
26 * However, this conflicts with the implementation of SJIS in various legacy
27 * software (notably Microsoft products), where SJIS 0x5C and 0x7E are taken
30 * Prior to PHP 8.1, mbstring's implementation of SJIS handled these bytes
35 * SJIS-encoded text. */
72 echo "SJIS verification and conversion works on all valid characters\n";
78 echo "SJIS verification and conversion works on all invalid characters\n";
81 echo "Unicode -> SJIS conversion works on all valid characters\n";
85 echo "Unicode -> SJIS conversion works on all invalid characters\n";
87 testValidString("\xFF\x5E", "\x81\x60", 'UTF-16BE', 'SJIS', false);
88 echo "Other mappings from Unicode -> SJIS are OK\n";
99 SJIS verification and conversion works on all valid characters
100 SJIS verification and conversion works on all invalid characters
101 Unicode -> SJIS conversion works on all valid characters
102 Unicode -> SJIS conversion works on all invalid characters
103 Other mappings from Unicode -> SJIS are OK