Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL6
:
5.4.28
>
php-sqlite2
> SQLite-utf8.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File SQLite-utf8.patch of Package php-sqlite2
--- 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