[Mono-list] MySql.Data and UTF-8?
Juraj Skripsky
js@hotfeet.ch
Wed, 03 Nov 2004 17:44:49 +0100
Hello,
This problem has been fixed in CVS head and mono-1-0 (and should be in
Mono 1.0.4 and 1.1.2). GetEncoding("latin1") is now supported.
- Juraj
On Wed, 2004-11-03 at 17:33, Reggie Burnett wrote:
> resultsets comeback in the character set of the table queried. So, if
> your server's default character set is latin1, then the textual fields
> from your tables may use latin1 as their character set. If so, the
> driver will try to create the latin1 encoding to receive those bytes
> from the server. The problem is that Mono apparently does not currently
> support the GetEncoding("latin1") method.