[Haskell-cafe] hsql-mysql encoding issues

Daniel van den Eijkel dvde at gmx.net
Wed Oct 24 14:17:54 CEST 2012


So far I used HDBC with mysql and sqlite3, in both cases with UTF8 
encoded data (filenames including chinese characters, umlauts etc, 
e.g.). (After connecting to mysql, I use the statement "set names utf8"; 
sqlite does not need this)


Am 10/24/12 11:10 AM, schrieb Johannes Waldmann:
> Daniel van den Eijkel <dvde <at> gmx.net> writes:
>
>> ... but I use HDBC and I'm happy with it.
> including its handling of character encodings?
>
> (That is, do you have, e.g., texts with umlauts in your data?)
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>




More information about the Haskell-Cafe mailing list