Changes of Revision 10
[-] [+] | Changed | php-sqlite2.spec |
[-] [+] | Added | SQLite-utf8.patch ^ |
@@ -0,0 +1,18 @@ +--- libsqlite/src/main.c.orig 2011-02-02 10:02:13.430979131 +0100 ++++ libsqlite/src/main.c 2011-02-02 10:59:32.179678484 +0100 +@@ -453,11 +453,11 @@ + ** Does the library expect data to be encoded as UTF-8 or iso8859? The + ** following global constant always lets us know. + */ +-#ifdef SQLITE_UTF8 ++// #ifdef SQLITE_UTF8 + const char sqlite_encoding[] = "UTF-8"; +-#else +-const char sqlite_encoding[] = "iso8859"; +-#endif ++// #else ++// const char sqlite_encoding[] = "iso8859"; ++// #endif + + /* + ** Open a new SQLite database. Construct an "sqlite" structure to define |