Home
last modified time | relevance | path

Searched refs:utf8 (Results 51 – 57 of 57) sorted by relevance

123

/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY50 2007/11/12: [bug] utf8 mbc length of code 0xfe, 0xff are not 1,
784 char > 127 should be casted to unsigned char. (utf8.c)
863 2004/11/12: [impl] fix CRWord in enc/unicode.c and MBWord in enc/utf8.c.
864 2004/11/11: [bug] fix enc/utf8.c.
1312 2003/12/15: [impl] divide encoding files. (enc/ascii.c, enc/utf8.c etc...)
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt121 /* we need to skip this test in unicode - we send set names utf8 during mysql_connect */
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME242 --enable-utf8 is retained for backwards compatibility with earlier releases
H A DChangeLog3678 can't do is switch easily at run time between having the "use utf8;" pragma
3680 "use utf8;" explicitly for the UTF-8 tests.
4753 3. Perl 5.8 no longer needs "use utf8" for doing UTF-8 things. Consequently,
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c76936 Mem utf8; /* Used to convert UTF16 parameters into UTF8 for display */
76993 memset(&utf8, 0, sizeof(utf8));
76994 utf8.db = db;
76995 sqlite3VdbeMemSetStr(&utf8, pVar->z, pVar->n, enc, SQLITE_STATIC);
76996 if( SQLITE_NOMEM==sqlite3VdbeChangeEncoding(&utf8, SQLITE_UTF8) ){
77000 pVar = &utf8;
77017 if( enc!=SQLITE_UTF8 ) sqlite3VdbeMemRelease(&utf8);
163393 const int utf8 = SQLITE_UTF8;
163396 rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
163398 rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt974 utf8 is a synonym of --enable-utf.)
9933 --enable-utf8 flag.
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic1333 0 string/w #VRML\ V2.0\ utf8 ISO/IEC 14772 VRML 97 file
20782 >>>40 byte 0 utf8 encoding,

Completed in 518 milliseconds

123