Re: mysqlIndexerTest.test_unicode fails for me
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Apr 2020, Ralf Schlatterbeck wrote: > I see, it probably involves more than just dump/restore because the > encoding is messed up. Yes. A Roundup-level export/import works to move between Python 2 and Python 3 with MySQL, because I made the export/import format compatible between the two (see repr_export and eval_import in roundup.anypy.strings). But while there might be some way to do a MySQL-level export/import that keeps the byte sequences while changing them to be treated as UTF-8 rather than latin1 by MySQL, I don't know what that way is. -- Joseph S. Myers [email protected]