Hello, I am facing problems when importing a file to a database-table with sqlite3.exe and ".import"-parameter. The file is encoded in UTF8 an every time i import the file in the first column of the first row there is a special character occuring in the field. I can't use encoding ASCII or ANSI because I want to display special characters like ä,ö,ü,ß If I import the file with encoding ASCII or ANSI the special character is not occuring but then I can't display special characters. Have you got any hint for me? Kind Regards, Jens Hantschel
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users