[sqlite] Bug or Problem in Sqlite3.exe when importing UTF8

2010-11-19 Thread Jens Hantschel
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 o

Re: [sqlite] Bug or Problem in Sqlite3.exe when importing UTF8

2010-11-19 Thread Igor Tandetnik
Jens Hantschel wrote: > 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. Tha