UTF-8 Corrupted from MySQL to SQLite

akari1212

New Member
I'm porting a PHP Web application I wrote from MySQL 5 to SQLite 3. The text encoding for both is UTF-8 (for all fields, tables, and databases). I'm having trouble transferring a geo database with special characters.\[code\]mb_detect_encoding()\[/code\] detects both as returning UTF-8 data.For example,Raw output:MySQL (correct): D
 
Back
Top