Lines Matching refs:EUC

19 // EUC-JP string
20 $euc_jp = mb_convert_encoding("日本語テキストです。0123456789。", 'EUC-JP', 'UTF-8');
25 $encoding = mb_convert_variables('EUC-JP', 'SJIS', $s);
27 echo bin2hex($s), "\n"; // Converted to EUC-JP
30 $encoding = mb_convert_variables('EUC-JP', 'JIS', $s);
32 echo bin2hex($s), "\n"; // Converted to EUC-JP
35 $encoding = mb_convert_variables('SJIS', 'EUC-JP', $s);
36 print("$encoding\n"); // EUC-JP
40 $encoding = mb_convert_variables('JIS', 'EUC-JP', $s);
41 print("$encoding\n"); // EUC-JP
48 $encoding = mb_convert_variables('EUC-JP', 'auto', $s1, $s2, $s3);
49 print("$encoding\n"); // EUC-JP
50 echo bin2hex("$s1$s2$s3"), "\n"; // Converted to EUC-JP
56 $encoding = mb_convert_variables('EUC-JP', 'auto', $aa);
57 print("$encoding\n"); // EUC-JP
58 echo bin2hex("{$aa[0]}{$aa[1]}{$aa[2]}"), "\n"; // Converted to EUC-JP
62 $encoding = mb_convert_variables('EUC-JP', 'auto', $aa);
63 print("$encoding\n"); // EUC-JP
64 echo bin2hex("{$aa[0]}{$aa[1]}{$aa[2]}"), "\n"; // Converted to EUC-JP
102 $encoding = mb_convert_variables('EUC-JP', 'auto', $oo);
103 print("$encoding\n"); // EUC-JP
104 echo bin2hex("{$oo->s1}{$oo->s2}{$oo->s3}"), "\n"; // Converted to EUC-JP
108 $encoding = mb_convert_variables('EUC-JP', 'auto', $oo);
109 print("$encoding\n"); // EUC-JP
110 echo bin2hex("{$oo->s1}{$oo->s2}{$oo->s3}"), "\n"; // Converted to EUC-JP
122 $encoding = mb_convert_variables('EUC-JP', 'auto', $s1, $s2, $s3, $aa, $oo);
123 print("$encoding\n"); // EUC-JP
124 echo bin2hex("$s1$s2$s3"), "\n"; // Converted to EUC-JP
125 echo bin2hex("{$aa[0]}{$aa[1]}{$aa[2]}"), "\n"; // Converted to EUC-JP
126 echo bin2hex("{$oo->s1}{$oo->s2}{$oo->s3}"), "\n"; // Converted to EUC-JP
182 EUC-JP
184 EUC-JP
186 EUC-JP
189 EUC-JP
191 EUC-JP
194 EUC-JP
196 EUC-JP
199 EUC-JP