Home
last modified time | relevance | path

Searched refs:EUC (Results 1 – 25 of 83) sorted by path

1234

/PHP-5.5/
H A DNEWS3413 . Added JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
3418 . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c45 #define EUC 5 macro
143 whatcode = EUC; in DetectKanjiCode()
156 whatcode = EUC; in DetectKanjiCode()
165 whatcode = EUC; in DetectKanjiCode()
172 whatcode = EUC; in DetectKanjiCode()
213 whatcode = EUC; in DetectKanjiCode()
222 whatcode = EUC; in DetectKanjiCode()
492 case EUC: in do_check_and_conv()
/PHP-5.5/ext/iconv/tests/
H A Deucjp2iso2022jp.phpt2 EUC-JP to ISO-2022-JP
10 /* charset=EUC-JP */
23 echo hexdump(iconv("EUC-JP", "ISO-2022-JP", $str));
H A Deucjp2sjis.phpt2 EUC-JP to SJIS
10 /* charset=EUC-JP */
51 $str = iconv("EUC-JP", "SJIS", $str);
H A Deucjp2utf8.phpt2 EUC-JP to UTF8
10 /* charset=EUC-JP */
51 $str = iconv("EUC-JP", "UTF-8", $str); /* libiconv(1.8) doesn't know "UTF8" but "UTF-8". */
H A Diconv_basic.phpt26 echo "\n-- Convert to EUC-JP --\n";
27 echo "Expected EUC-JP encoded string in base64:\n";
30 var_dump(bin2hex(iconv('SJIS', 'EUC-JP', $sjis_string )));
31 var_dump(bin2hex(iconv('UTF-8', 'EUC-JP', $utf8_string)));
37 var_dump(bin2hex(iconv('EUC-JP', 'SJIS', $euc_jp_string)));
45 var_dump(bin2hex(iconv('EUC-JP', 'UTF-8', $euc_jp_string)));
52 -- Convert to EUC-JP --
53 Expected EUC-JP encoded string in base64:
H A Diconv_mime_encode.phpt17 "input-charset" => "EUC-JP",
H A Diconv_stream_filter.phpt16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
24 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
H A Diconv_stream_filter_delimiter.phpt16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
23 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP.EUC-JP');
30 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP\0EUC-JP');
47 Warning: stream_filter_append(): unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-…
H A Diconv_strlen.phpt13 foo("���ܸ� EUC-JP", "EUC-JP");
H A Diconv_strpos.phpt31 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", 0, "EUC-JP");
33 foo($str, '$', 0, "ISO-2022-JP", "EUC-JP");
H A Diconv_strrpos.phpt29 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", "EUC-JP");
33 foo($str, '$', "ISO-2022-JP", "EUC-JP");
H A Diconv_substr.phpt33 foo("��������������������������", 5, 7, "EUC-JP");
40 var_dump(iconv("ISO-2022-JP", "EUC-JP", iconv_substr(iconv("EUC-JP", "ISO-2022-JP", "����ˤ��� ISO-2…
H A Dob_iconv_handler.phpt10 iconv_set_encoding('internal_encoding', 'EUC-JP');
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja351 EUC-JP : EUC
364 EUC-JP : EUC
401 EUC-JP : EUC
432 EUC-JP : EUC
478 EUC-JP : EUC
492 EUC-JP : EUC
502 EUC-JP : EUC
517 EUC-JP : EUC
524 EUC-JP : EUC
537 EUC-JP : EUC
[all …]
/PHP-5.5/ext/mbstring/libmbfl/
H A DNEWS4 - added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004 (rui).
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY151 2006/11/20: [impl] fix CR_Katakana[] values in EUC-JP.
154 2006/11/17: [new] add Hiragana/Katakana properties into EUC-JP.
1085 ex. /[a-\xbb\xcc]/ in EUC-JP encoding.
1226 2004/01/22: [new] support EUC-TW. (ONIG_ENCODING_EUC_TW)
1233 2004/01/21: [new] support EUC-KR. (ONIG_ENCODING_EUC_KR)
H A DREADME14 EUC-JP, EUC-TW, EUC-KR, EUC-CN,
41 * test (ASCII/EUC-JP)
141 enc/euc_jp.c EUC-JP encoding.
142 enc/euc_tw.c EUC-TW encoding.
143 enc/euc_kr.c EUC-KR, EUC-CN encoding.
H A DREADME.ja14 EUC-JP, EUC-TW, EUC-KR, EUC-CN,
41 ư��ƥ��� (ASCII/EUC-JP)
147 enc/euc_jp.c EUC-JP �������ǥ���
148 enc/euc_tw.c EUC-TW �������ǥ���
149 enc/euc_kr.c EUC-KR, EUC-CN �������ǥ���
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI103 ONIG_ENCODING_EUC_JP EUC-JP
104 ONIG_ENCODING_EUC_TW EUC-TW
105 ONIG_ENCODING_EUC_KR EUC-KR
106 ONIG_ENCODING_EUC_CN EUC-CN
H A DRE399 ex. /[a-<<any EUC-JP character>>]/ in EUC-JP encoding.
/PHP-5.5/ext/mbstring/tests/
H A Dbug25140.phpt7 var_dump( mb_convert_encoding( '', 'SJIS', 'EUC-JP' ) );
H A Dbug26639.phpt9 mb_convert_variables("EUC-JP", "Shift_JIS", $b);
17 mb_convert_variables("EUC-JP", "Shift_JIS", $b);
26 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
36 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
46 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
56 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
66 mb_convert_variables("EUC-JP", "Shift_JIS", $c);
H A Dcommon.inc39 's1' => '���ܸ�EUC-JP��ʸ����',
45 public $s1 = '���ܸ�EUC-JP��ʸ����';
H A Dmb_convert_encoding.phpt19 // EUC-JP string
27 print("EUC-JP: $s\n"); // EUC-JP
31 print("EUC-JP: $s\n"); // EUC-JP
45 $a = 'JIS,UTF-8,EUC-JP,SJIS';
48 print("EUC-JP: $s\n"); // EUC-JP
65 print("EUC-JP: $s\n"); // EUC-JP
81 print("EUC-JP: $s\n"); // EUC-JP
96 print("INT: $s\n"); // EUC-JP
98 $s = mb_convert_encoding('', 'EUC-JP');
99 print("EUC-JP: $s\n"); // SJIS
[all …]

Completed in 61 milliseconds

1234