utf 8 - PHP changes my SQLite3 charset encoding -
i have piece of software generates text-only sqlite3 db, 1 performs operations on said db , in end there php interface use demo (and removed demo ends) performs select
s , shows part of data.
everything ok , working until php connects db (i double-checked @ every step), @ point charset encoding messed in db, not in visualization. both php , db use utf-8 charset , i've tried connect db using sqlite3_open_readonly
flag nevertheless when open db find charset messed up. missing parameter in php? please note php code part of demo , not released software, can change in php nothing in previous steps.
Comments
Post a Comment