https://bugzilla.wikimedia.org/show_bug.cgi?id=35626
--- Comment #19 from Marcin Cieślak <[email protected]> 2012-05-03 06:06:41 UTC --- Looks "better" now. I would then try connecting to MySQL via JDBC directly and see if it's okay. You can try https://gerrit-review.googlesource.com/#/c/34670/ to play live with data obtained from the SQL database via Gerrit's ORM or play directly. You can try this code: http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/60187/focus=60206 to check what really JDBC sees. I hope you didn't end up with a double-encoded UTF-8 in the database (quite easy to do with MySQL, harder to recover) - so that Ś is not 0xC5 0x9A but 0xC3 0x85 0xC2 0x9A instead. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
