Hi Bill, Thanks. You were right. The Postgres encoding and Django encoding are different. The parser is Python. Postgres encoding was SQL_ASCII. I changed it to UTF8, and the parser failed to insert in DB!! I believe I need to fix it first.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

