https://bugzilla.wikimedia.org/show_bug.cgi?id=17328
--- Comment #3 from Tim Starling <[email protected]> 2009-02-03 07:02:58 UTC --- The first test case occurred before I converted the schema to UTF-8 and is probably fixed already for new tickets. The second is apparently due to the OTRS database incorrectly having article_plain.body being a MEDIUMTEXT instead of, as it is in the schema file, a LONGBLOB. OTRS inserts the binary data exactly as it came in, and MySQL truncates it at the first invalid UTF-8 character. I'm fixing this now. -- 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
