>> for example, i insert String filled with gbk bytes and set the String 
>> charset 'UTF-8'
>
>What do you mean, "set String charset"? Set how and where?
>-- 
>Igor Tandetnik

Hi
The String on java side is ok.
> for example, i insert String filled with gbk bytes and set the String charset 
> 'UTF-8' means this:
byte[] bytes = Utils.getGBKBytesFromUTF8(String Chinese);  //convert the bytes
String str = new String(bytes, "UTF-8");
I know this will be wrongNo doubt, but i woulld to find a type like this.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to