I have very simple db. Everything works ok when I use Latin letters,
but when I use the Cyrillic ones - text doesn't look OK anymore.

DB table structure sample:
id - integer primary key
inv_numb - varchar(10) not null unique
name - varchar(40) not null
price - float(15)

HTML code is UTF-8 formated and has proper meta tags...

Any idea how to solve this problem of mine?

-- 
Best regards,
Vladimir Mincev
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to