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 selects , 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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -