Lines Matching refs:EUC
19 // EUC-JP string
26 $s = mb_convert_encoding($s, 'EUC-JP', 'SJIS');
27 print("EUC-JP: $s\n"); // EUC-JP
30 $s = mb_convert_encoding($s, 'EUC-JP', 'JIS');
31 print("EUC-JP: $s\n"); // EUC-JP
34 $s = mb_convert_encoding($s, 'SJIS', 'EUC-JP');
38 $s = mb_convert_encoding($s, 'JIS', 'EUC-JP');
45 $a = 'JIS,UTF-8,EUC-JP,SJIS';
47 $s = mb_convert_encoding($s, 'EUC-JP', $a);
48 print("EUC-JP: $s\n"); // EUC-JP
62 $a = array(0=>'JIS', 1=>'UTF-8', 2=>'EUC-JP', 3=>'SJIS');
64 $s = mb_convert_encoding($s, 'EUC-JP', $a);
65 print("EUC-JP: $s\n"); // EUC-JP
80 $s = mb_convert_encoding($s, 'EUC-JP', 'auto');
81 print("EUC-JP: $s\n"); // EUC-JP
95 $s = mb_convert_encoding(1234, 'EUC-JP');
96 print("INT: $s\n"); // EUC-JP
98 $s = mb_convert_encoding('', 'EUC-JP');
99 print("EUC-JP: $s\n"); // SJIS
114 EUC-JP: ���ܸ�ƥ����ȤǤ���01234������������
115 EUC-JP: ���ܸ�ƥ����ȤǤ���01234������������
119 EUC-JP: ���ܸ�ƥ����ȤǤ���01234������������
123 EUC-JP: ���ܸ�ƥ����ȤǤ���01234������������
127 EUC-JP: ���ܸ�ƥ����ȤǤ���01234������������
132 EUC-JP: