Hi,

I have a mysql database where all of its content are encoded as latin1, 
when I fetch the data it tries to convert to utf8 and it messes up 
everything.
The best way we got to solve this was with this ugly line of code:


content = Field( 

"convert(cast(convert(" + TABLE_NAME + ".content using latin1) as binary) 
using utf8)",
String.class So, is there a better way to do this?
 Thanks, David 

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to