https://bugs.documentfoundation.org/show_bug.cgi?id=93835
Christian Lohmaier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] | |g See Also| |https://code.djangoproject. | |com/ticket/18392 Resolution|--- |NOTOURBUG --- Comment #2 from Christian Lohmaier <[email protected]> --- resoving as notourbug for now, mysql field type "utf8" can only store 3byte characters, if a character needs 4 bytes, the string is cut/cannot be stored (and the cut part containes the keyID for example) https://code.djangoproject.com/ticket/18392 will be fixed when there's a tested migration that converts the column to utf8mb4 (also resolving here, since infra-specific stuff is tracked in redmine since a while https://redmine.documentfoundation.org ) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
