Lines Matching refs:SJIS

16  * (The SJIS-Mobile encodings all use MS extensions) */
19 /* U+301C (WAVE DASH) converts to SJIS 0x8160 (WAVE DASH) */
21 /* U+2212 (MINUS SIGN) converts to SJIS 0x817C (FULLWIDTH HYPHEN-MINUS) */
23 /* U+203E (OVERLINE) converts to SJIS 0x8150 (FULLWIDTH MACRON) */
25 /* U+2016 (DOUBLE VERTICAL LINE) converts to SJIS 0x8161 (PARALLEL TO) */
27 /* U+00AF (MACRON) converts to SJIS 0x8150 (FULLWIDTH MACRON) */
29 /* U+00AC (NOT SIGN) converts to SJIS 0x81CA (FULLWIDTH NOT SIGN) */
31 /* U+00A5 (YEN SIGN) converts to SJIS 0x818F (FULLWIDTH YEN SIGN) */
33 /* U+00A3 (POUND SIGN) converts to SJIS 0x8192 (FULLWIDTH POUND SIGN) */
35 /* U+00A2 (CENT SIGN) converts to SJIS 0x8191 (FULLWIDTH CENT SIGN) */
65 * Our implementation of CP932 prefers the F's, but for SJIS-Mobile,
289 // The mobile SJIS variants all have special characters to represent certain national
292 // be converted to SJIS and should be treated as an error
296 testSJISVariant($docomo, $nonInvertibleDocomo, 'SJIS-Mobile#DOCOMO');
297 testSJISVariant($kddi, $nonInvertible, 'SJIS-Mobile#KDDI');
298 testSJISVariant($softbank, $nonInvertibleSoftbank, 'SJIS-Mobile#SOFTBANK');
302 SJIS-Mobile#DOCOMO verification and conversion works on all valid characters
303 SJIS-Mobile#DOCOMO verification and conversion works on all invalid characters
304 Unicode -> SJIS-Mobile#DOCOMO conversion works on all invalid codepoints
305 SJIS-Mobile#KDDI verification and conversion works on all valid characters
306 SJIS-Mobile#KDDI verification and conversion works on all invalid characters
307 Unicode -> SJIS-Mobile#KDDI conversion works on all invalid codepoints
308 SJIS-Mobile#SOFTBANK verification and conversion works on all valid characters
309 SJIS-Mobile#SOFTBANK verification and conversion works on all invalid characters
310 Unicode -> SJIS-Mobile#SOFTBANK conversion works on all invalid codepoints