Home
last modified time | relevance | path

Searched refs:utf8 (Results 101 – 111 of 111) sorted by relevance

12345

/PHP-7.1/ext/oci8/tests/
H A Dedition_2.phpt61 $pc1 = oci_pconnect($testuser,$testpassword,$dbase,"utf8");
/PHP-7.1/ext/mbstring/
H A Dconfig.m4134 oniguruma/enc/utf8.c
/PHP-7.1/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.1/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.1/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.1/
H A DNEWS1770 . Fixed bug #69374 (IntlDateFormatter formatObject returns wrong utf8 value).
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c83371 Mem utf8; /* Used to convert UTF16 into UTF8 for display */
83428 memset(&utf8, 0, sizeof(utf8));
83429 utf8.db = db;
83430 sqlite3VdbeMemSetStr(&utf8, pVar->z, pVar->n, enc, SQLITE_STATIC);
83431 if( SQLITE_NOMEM==sqlite3VdbeChangeEncoding(&utf8, SQLITE_UTF8) ){
83435 pVar = &utf8;
83452 if( enc!=SQLITE_UTF8 ) sqlite3VdbeMemRelease(&utf8);
187262 const int utf8 = SQLITE_UTF8;
187265 rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
187267 rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
[all …]
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt974 utf8 is a synonym of --enable-utf.)
9933 --enable-utf8 flag.
/PHP-7.1/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,
H A Dmagic私はガラスを食べられます1333 0 string/w #VRML\ V2.0\ utf8 ISO/IEC 14772 VRML 97 file
20782 >>>40 byte 0 utf8 encoding,

Completed in 563 milliseconds

12345