Home
last modified time | relevance | path

Searched refs:SJIS (Results 1 – 25 of 36) sorted by path

12

/PHP-5.5/
H A DNEWS6516 - Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt14 mbstring.internal_encoding=SJIS
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c46 #define SJIS 6 macro
130 whatcode = SJIS; in DetectKanjiCode()
135 whatcode = SJIS; in DetectKanjiCode()
154 whatcode = SJIS; in DetectKanjiCode()
162 whatcode = SJIS; in DetectKanjiCode()
170 whatcode = SJIS; in DetectKanjiCode()
208 whatcode = SJIS; in DetectKanjiCode()
211 whatcode = SJIS; in DetectKanjiCode()
220 whatcode = SJIS; in DetectKanjiCode()
496 case SJIS: in do_check_and_conv()
/PHP-5.5/ext/iconv/tests/
H A Deucjp2sjis.phpt2 EUC-JP to SJIS
51 $str = iconv("EUC-JP", "SJIS", $str);
H A Diconv_basic.phpt30 var_dump(bin2hex(iconv('SJIS', 'EUC-JP', $sjis_string )));
33 echo "\n-- Convert to SJIS --\n";
34 echo "Expected SJIS encoded string in base64:\n";
37 var_dump(bin2hex(iconv('EUC-JP', 'SJIS', $euc_jp_string)));
38 var_dump(bin2hex(iconv('UTF-8', 'SJIS', $utf8_string)));
44 var_dump(bin2hex(iconv('SJIS', 'UTF-8', $sjis_string)));
59 -- Convert to SJIS --
60 Expected SJIS encoded string in base64:
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja352 SJIS: SJIS
365 SJIS: SJIS
402 SJIS: SJIS
433 SJIS: SJIS
479 SJIS: SJIS
493 SJIS: SJIS
503 SJIS: SJIS
518 SJIS: SJIS
525 SJIS: SJIS
538 SJIS: SJIS
[all …]
/PHP-5.5/ext/mbstring/libmbfl/
H A DNEWS22 - added MacJapanese (SJIS-mac) for legacy encoding support (rui).
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1442 2003/08/18: [bug] REG_MBLEN_TABLE[SJIS][0xFD-0xFF] should be 1.
1498 2003/07/07: [bug] (thanks nobu) REG_MBLEN_TABLE[SJIS][0x80] should be 1.
1819 2003/01/29: [impl] add SJIS, UTF-8 test_sb() test.
/PHP-5.5/ext/mbstring/tests/
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', 'EUC-JP' ) );
H A Dbug47399.phpt2 Bug #47399 (mb_check_encoding() returns true for some illegal SJIS characters)
H A Dbug49536.phpt8 var_dump(mb_detect_encoding("A\x81", "SJIS", false));
10 var_dump(mb_detect_encoding("A\x81", "SJIS", true));
17 string(4) "SJIS"
H A Dini_language.phpt15 string(4) "SJIS"
H A Dmb_convert_encoding.phpt15 // SJIS string (BASE64 encoded)
26 $s = mb_convert_encoding($s, 'EUC-JP', 'SJIS');
34 $s = mb_convert_encoding($s, 'SJIS', 'EUC-JP');
35 print("SJIS: ".base64_encode($s)."\n"); // SJIS
45 $a = 'JIS,UTF-8,EUC-JP,SJIS';
51 $s = mb_convert_encoding($s, 'SJIS', $a);
52 print("SJIS: ".base64_encode($s)."\n"); // SJIS
68 $s = mb_convert_encoding($s, 'SJIS', $a);
69 print("SJIS: ".base64_encode($s)."\n"); // SJIS
85 print("SJIS: ".base64_encode($s)."\n"); // SJIS
[all …]
H A Dmb_convert_encoding_basic.phpt31 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'JIS', 'SJIS')));
39 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'EUC-JP', 'SJIS')));
43 echo "\n-- Convert to SJIS --\n";
44 echo "SJIS encoded string in base64:\n";
47 var_dump(base64_encode(mb_convert_encoding($jis_string, 'SJIS', 'JIS')));
48 var_dump(base64_encode(mb_convert_encoding($euc_jp_string, 'SJIS', 'EUC-JP')));
49 var_dump(base64_encode(mb_convert_encoding($utf8_string, 'SJIS', 'UTF-8')));
55 var_dump(base64_encode(mb_convert_encoding($sjis_string, 'UTF-8', 'SJIS')));
80 -- Convert to SJIS --
81 SJIS encoded string in base64:
H A Dmb_convert_variables.phpt15 // SJIS string (BASE64 encoded)
25 $encoding = mb_convert_variables('EUC-JP', 'SJIS', $s);
26 print("$encoding\n"); // SJIS
35 $encoding = mb_convert_variables('SJIS', 'EUC-JP', $s);
37 print(base64_encode($s)."\n"); // Converted to SJIS (base64 encoded)
139 SJIS
H A Dmb_detect_encoding.phpt14 // SJIS string (BASE64 encoded)
25 $s = mb_detect_encoding($s, 'SJIS');
26 print("SJIS: $s\n");
45 $a = array(0=>'UTF-8',1=>'EUC-JP', 2=>'SJIS', 3=>'JIS');
58 print("SJIS: $s\n");
77 print("SJIS: $s\n");
87 print("EUC-JP: $s\n"); // SJIS
102 SJIS: SJIS
109 SJIS: SJIS
113 SJIS: SJIS
H A Dmb_detect_order.phpt21 $r = mb_detect_order('SJIS,EUC-JP,JIS,UTF-8');
51 ASCII, JIS, UTF-8, EUC-JP, SJIS
53 SJIS, EUC-JP, JIS, UTF-8
H A Dmb_encode_mimeheader_basic2.phpt28 $inputs = array('SJIS' => $sjis_string,
47 Language: SJIS
H A Dmb_encode_mimeheader_basic3.phpt28 $inputs = array('SJIS' => $sjis_string,
47 Language: SJIS
H A Dmb_ereg.phpt14 $encs = array( 'EUC-JP', 'Shift_JIS', 'SJIS', 'UTF-8' );
H A Dmb_ereg_search_xxx.phpt61 (SJIS) (10) ����
62 (SJIS) (5) abcde
63 (SJIS) (14) abdeabcf
64 (SJIS) (22) abc
65 (SJIS) (31) abcd
66 (SJIS) (5) �ϡ�
67 (SJIS) (10) ����
68 (SJIS) (5) abcde
69 (SJIS) (14) abdeabcf
70 (SJIS) (22) abc
[all …]
H A Dmb_http_output.phpt18 // Set HTTP output encoding to SJIS
19 $r = mb_http_output('SJIS');
67 SJIS
H A Dmb_internal_encoding_variation2.phpt41 'SJIS',
43 'SJIS-win', /*20*/
183 string(4) "SJIS"
186 string(4) "SJIS"
193 string(8) "SJIS-win"
196 string(8) "SJIS-win"
H A Dmb_preferred_mime_name.phpt17 $str = mb_preferred_mime_name('SJIS');
H A Dmb_regex_encoding_variation2.phpt40 'SJIS',
42 'SJIS-win', /*20*/
193 string(4) "SJIS"
196 string(4) "SJIS"
203 string(4) "SJIS"
206 string(4) "SJIS"
210 string(4) "SJIS"
213 string(4) "SJIS"
217 string(4) "SJIS"
220 string(4) "SJIS"

Completed in 67 milliseconds

12