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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -