N
N
NeoZeed2014-04-25 13:57:20
C++ / C#
NeoZeed, 2014-04-25 13:57:20

Cyrillic SQLite in Visual Studio 2010 console

As far as I understand, TEXT data in SQlite3 is stored in UTF-16, unicode (6 letter word becomes 12 character). At attempt to read the data SELECT with the subsequent output to the screen we receive gibberish. How can I convert text to normal? setlocate("",) and other tricks from the search engine do not help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Trrrrr, 2014-04-25
@Trrrrr

Show a piece of the select code. Have you tried passing wchar_t*?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question