I'm working on a class assignment. I have to store data in sqlite and data is in Cyrillic. When I use 3rd party software to browse sqlite database i see text in proper Cyrillic. But when I retrieve data with java I get ?????? (question marks).
I use sqlite-jdbc-3.7.2 wrapper.