Dear All,

I have an urgent task about fetching data from DB(MySQL) to the web
using django, the MySQL is 4.0 and charset in Latin-1, and there's
some non-english data inside the DB.

There has two problems when implementing that using Django, first,
when I start the app, it told me "server is too old to set charset",
after some findings on the web, I solved that by removing ['charset':
'utf8'] in base.py.

After that, there has no errors on starting the app, but when getting
data from DB, all the non-english characters become something like
伊甸之東

Anyone know how to solve that? Thanks!!

Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to