472,143 Members | 1,794 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

convert sqlite ANSI to UTF-8

I used sqliteadmin to manage my sqlite database and I copy past
queries translated from mysql phpmyadmin output it worked (little
slowly but worked...), the only problem now is that sqliteadmin stored
my hebrew char as ANSI instead of UTF-8 and now I don't know how to
search data from this table.

How can I convert my database string from ANSI to UTF-8

Thanks!
Jun 27 '08 #1
1 6064
On Jun 11, 10:04*am, Gandalf <goldn...@gmail.comwrote:
I used sqliteadmin to manage my sqlite database and I copy past
queries translated from mysql phpmyadmin output it worked (little
slowly but worked...), the only problem now is that sqliteadmin stored
my hebrew char as ANSI instead of UTF-8 and now I don't know how to
search data from this table.

How can I convert my database string from ANSI to UTF-8

Thanks!
You'll want to look at how to do encoding. Google is amazing! See what
it provided me:

http://docs.python.org/tut/node5.htm...00000000000000
http://www.diveintopython.org/xml_pr...g/unicode.html
http://evanjones.ca/python-utf8.html
http://www.reportlab.com/i18n/python..._tutorial.html

Mike
Jun 27 '08 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

10 posts views Thread by lawrence | last post: by
3 posts views Thread by Jan Eliasen | last post: by
3 posts views Thread by Jared Wiltshire | last post: by
9 posts views Thread by emagzz | last post: by
5 posts views Thread by Niclas | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.