On Wednesday, 14 January 2015 at 16:44:35 UTC, FrankLike wrote:
Not a good idea.
What is not a good idea? The default collation differs based on the OS settings AFAIK. In western countries it probably is ISO8859-1 (not a windows code page, but close). Unicode data is UCS2LE (little endian), but if you get the settings right the client library should allow you to use UTF-8.
