2 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Bugs encoding utf8
FromSent OnAttachments
Stefano Bartaletti30 Jul 2008 02:28 
syborg30 Jul 2008 02:40 
Subject:[sqlalchemy] Re: Bugs encoding utf8
From:syborg (stef@gmail.com)
Date:07/30/2008 02:40:01 AM
List:com.googlegroups.sqlalchemy

Forgot to mention: I quickly googled for this issue, and it turned out that a simple shell command should do the trick (didn't try it myself cause I don't need it, although I marked it down just in case):

iconv -c -f WINDOWS-1252 -t UTF-8 ascii.sql > utf8.sql

http://snipplr.com/view/5985/convert-postgres-ascii-dump-to-utf8/