Hi *,
<lohmaier+ooofuture@googlemail.com>:
But just noticed a bug in pootle. It doesn't display the developer
comments for the higher unicode samples...Must be unicode related bug in the DB....
#. 𝄞 (U+1D11E), see http://wiki.documentfoundation.org/Emoji
#. 6CVtL
#: emoji.ulf
This is https://code.djangoproject.com/ticket/13919 - or more precise
mysql only able to store three-byte utf8 encodings - the ones like
clef symbol and others require four bytes in utf8.
Unfortunately in this case the whole comment is discarded and not stored.
we have mysql 5.5 running on the server, so we might switch to the
extended character type for the comments
http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html
But I'd rather wait for Dwayne's comment on that (as this might affect
upgrades or other scripts)
ciao
Christian