Re: Migrating strings from MySQL latin1 to Postgres UTF-8

2008-10-30 Thread Thomas Guettler
perchance schrieb: > Anyone know a good way to transform latin 1 foreign characters from > MySQL into UTF-8 for insertion into Postgres? I feel like I'm missing > something obvious. > > You can handle this at python level like this: byte_string='latin1-bytes'

Migrating strings from MySQL latin1 to Postgres UTF-8

2008-10-29 Thread perchance
Anyone know a good way to transform latin 1 foreign characters from MySQL into UTF-8 for insertion into Postgres? I feel like I'm missing something obvious. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django