And, by the way, do not forget to set your console font to a UNICODE font.  The 
raster fonts are designed for OEM code pages (eg, 437/850) and cannot display 
the unicode character set properly.  You need to use a TrueType font (both 
Consolas and Lucida Console will work -- Consolas being the less hideous of the 
two).  And set the console code page to either the ACP value (1252 for Western 
European) or the UTF8 codepage (65001).  Using an OEM code page will not work 
(437, 850, etc).

> -----Original Message-----
> From: sqlite-users-boun...@mailinglists.sqlite.org [mailto:sqlite-users-
> boun...@mailinglists.sqlite.org] On Behalf Of Keith Medcalf
> Sent: Friday, 24 June, 2016 11:56
> To: SQLite mailing list
> Subject: Re: [sqlite] Conversion failure
> 
> 
> > I just did ALT+225 in the SQLite shell during the CREATE TABLE command.
> 
> that should be ALT+223, which is ß (UTF8 = C3 9F)
> ALT+225 is a different character á (UTF8 = C3 A1)
> 
> 
> 
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to