https://bugzilla.wikimedia.org/show_bug.cgi?id=63771

--- Comment #3 from Bawolff (Brian Wolff) <bawolff...@gmail.com> ---
(In reply to Peter Bena from comment #2)
> that didn't help it seems to be inserted to Mysql in wrong format, but I
> don't know how to fix that, mysql library for .net is pretty undocumented,
> maybe it doesn't even support this

Hmmm. If the mysql tables were set to iso 8859-1, I would expect data to be
lost (Since it would discard invalid character points. I would think). In this
case its clear the data isn't lost, just marked incorrectly. So it might just
be the connection and not the db tables. (But if it is the db tables, you can
use the Alter command to change the character set on them)

Googling suggests something along the lines of

new MySqlConnection( "Various parameters you need;CharSet=utf8;" );

----

Anyhow, the actual text content being served is fine, its just marked
incorrectly. So that should be the layer above your database.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to