Keith, On Sat, Jun 25, 2016 at 8:43 AM, Keith Medcalf <[email protected]> wrote: > > And look in the registry under HKLM\CurrentControlSet\Control\NLS\CodePage
On my Windows 8.1 machine I don't have HK_LOCAL_MACHINE\CurrentControlSet. > > and report the value for ACP and OEMCP ... > > and also the value returned by the CHCP command at the cmd prompt. C:\Users\Igor\Desktop>chcp Active code page: 437 Thank you. > >> -----Original Message----- >> From: [email protected] [mailto:sqlite-users- >> [email protected]] On Behalf Of Simon Slavin >> Sent: Saturday, 25 June, 2016 02:40 >> To: SQLite mailing list >> Subject: Re: [sqlite] Conversion failure >> >> >> On 25 Jun 2016, at 5:51am, Igor Korot <[email protected]> wrote: >> >> > So now the question is - what encoding is that value, so that it can >> > be successfully converted to wstring? >> >> Please execute >> >> PRAGMA encoding >> >> https://www.sqlite.org/pragma.html#pragma_encoding >> >> Simon. >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

