On Tuesday, August 12, 2014 9:47:31 AM UTC-4, Frederico Novaes wrote:
>
> I'm using ODBC to query a DB. As part of the returned query, I get objects 
> of type UTF8String. The problem is that characters like   "ã" are printed 
> as "\u8f". How can I properly handle character encoding ?
>

Probably that means that your query is not actually returning UTF-8 encoded 
data.   You need to figure out what encoding your data is actually using.

Reply via email to