On 5-5-2015 12:40, Luuk wrote:

>
> now it becomes time that windows will do some things with UTF-8....
> (sigh) ;-)
>
> /me currently watching
> "Your PC will restart serveral times. Sit back and relax"
> while installing updates for technical preview to Windows 10
>
>



C:\temp>sqlite3.exe
SQLite version 3.8.9 2015-04-08 12:16:33
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> select hex('??n');
82826E
sqlite> .quit

C:\temp>chcp 65001
Active code page: 65001

C:\temp>sqlite3.exe
SQLite version 3.8.9 2015-04-08 12:16:33
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> select hex('??n');


C:\temp>ver

Microsoft Windows [Version 10.0.10074]

C:\temp>

YES, IT CRASHED (silently.....)

Reply via email to