Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 25 of 56) sorted by path

123

/PHP-5.5/
H A DNEWS3421 . Fixed bug #60306 (Characters lost while converting from cp936 to utf8).
9952 - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
/PHP-5.5/Zend/tests/
H A Dbug18556.phpt23 setlocale(LC_ALL, "tr_TR.utf8");
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1049 0 string/w #VRML\ V2.0\ utf8 ISO/IEC 14772 VRML 97 file
18002 >>>40 byte 0 utf8 encoding,
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic_001.phpt8 <?php if(setlocale(LC_ALL, "en_US.utf8",) === false) { die('skip en_US.utf8 locales not available')…
11 setlocale(LC_ALL, "en_US.utf8");
/PHP-5.5/ext/json/
H A Djson.c363 static int json_utf8_to_utf16(unsigned short *utf16, char utf8[], int len) /* {{{ */ in json_utf8_to_utf16() argument
371 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
387 us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); in json_utf8_to_utf16()
H A Dutf8_decode.c62 if (utf8->the_index >= utf8->the_length) { in get()
65 c = utf8->the_input[utf8->the_index] & 0xFF; in get()
78 int c = get(utf8); in cont()
89 utf8->the_index = 0; in utf8_decode_init()
92 utf8->the_char = 0; in utf8_decode_init()
93 utf8->the_byte = 0; in utf8_decode_init()
114 return utf8->the_char > 0 ? utf8->the_char - 1 : 0; in utf8_decode_at_character()
130 if (utf8->the_index >= utf8->the_length) { in utf8_decode_next()
131 return utf8->the_index == utf8->the_length ? UTF8_END : UTF8_ERROR; in utf8_decode_next()
133 utf8->the_byte = utf8->the_index; in utf8_decode_next()
[all …]
H A Dutf8_decode.h15 extern int utf8_decode_at_byte(json_utf8_decode *utf8);
16 extern int utf8_decode_at_character(json_utf8_decode *utf8);
17 extern void utf8_decode_init(json_utf8_decode *utf8, char p[], int length);
18 extern int utf8_decode_next(json_utf8_decode *utf8);
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt2 Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly)
/PHP-5.5/ext/mbstring/
H A Dconfig.m4134 oniguruma/enc/utf8.c
H A Dconfig.w3295 koi8.c koi8_r.c sjis.c utf8.c unicode.c utf16_be.c utf16_le.c \
H A Dmbstring.dsp966 SOURCE=.\oniguruma\enc\utf8.c
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY26 2007/11/12: [bug] utf8 mbc length of code 0xfe, 0xff are not 1,
760 char > 127 should be casted to unsigned char. (utf8.c)
839 2004/11/12: [impl] fix CRWord in enc/unicode.c and MBWord in enc/utf8.c.
840 2004/11/11: [bug] fix enc/utf8.c.
1288 2003/12/15: [impl] divide encoding files. (enc/ascii.c, enc/utf8.c etc...)
H A DREADME166 enc/utf8.c UTF-8 encoding.
H A DREADME.ja172 enc/utf8.c UTF-8 �������ǥ���
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile48 encobjs = $(encdir)\ascii.obj $(encdir)\utf8.obj \
113 $(encdir)\utf8.obj: $(encdir)\utf8.c regenc.h config.h
187 $(CP) enc\utf8.c $(RUBYDIR)
/PHP-5.5/ext/mbstring/tests/
H A Dbug60306.phpt2 Bug #60306 (Characters lost while converting from cp936 to utf8)
8 var_dump($s === mb_convert_encoding(mb_convert_encoding($s, "cp936", "utf8"), "utf8", "cp936"));
H A Dmb_strlen.phpt51 $utf8 = mb_convert_encoding($euc_jp, 'UTF-8','EUC-JP');
52 print mb_strlen($utf8,'UTF-8') . "\n";
54 print strlen($utf8) . "\n";
/PHP-5.5/ext/mysqli/tests/
H A Dbug36802.phpt18 $x[0] = @$mysql->set_charset('utf8');
H A Dbug37090.phpt24 $cs[] = $mysql->set_charset("utf8");
42 string(4) "utf8"
46 string(4) "utf8"
H A Dbug66124.phpt15 ) ENGINE=InnoDB DEFAULT CHARSET=utf8";
H A Dmysqli_affected_rows.phpt93 $charsets = array('utf8');
H A Dmysqli_change_user_set_names.phpt133 // charsets cannot take any other value but utf8 in unicode mode
134 $defaults['charset_client'] = 'utf8';
135 $defaults['charset_connection'] = 'utf8';
136 $defaults['charset_results'] = 'utf8';
H A Dmysqli_error_unicode.phpt28 mysqli_query($link, "set names utf8");
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt2 mysqli_fetch_assoc() - utf8
19 if (strtolower($tmp['Charset']) !== 'utf8')
40 /* some cyrillic (utf8) comes here */
52 …ement primary key, име varchar(20) character set ucs2, фамилия varchar(20) character set utf8)")) {
H A Dmysqli_fetch_field.phpt27 if (!mysqli_set_charset($link, 'utf8'))

Completed in 110 milliseconds

123