[Mono-list] MySQL + CHARACTER SET

Miguel de Icaza miguel@ximian.com
Tue, 07 Dec 2004 12:15:07 -0500


Hello,

> When a string with special characters (, , , , , , etc.) is inserted
> in a MySQL-4.1-7 database with latin1 character set as default from a
> GTK# (byteFX) program why the insertion produce UTF8? 

Probably the MySQL driver is not aware that we will transform Unicode
into UTF-8.

What DB provider are you using?