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?