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'
unicode_string=byte_string.*decode
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 user
2 matches
Mail list logo