During writing a macro which stores an Email (in eml-format) as stuctured wiki document, I got the problem that emojs which are contained within the mail body as UTF-8 characters can not be stored.
It gives the error message when doing “doc.save()”
Failed to execute the [groovy] macro. Cause: [Data truncation: Incorrect string value: '\xF0\x9F\x98\x81\xF0\x9F...' for column
xwiki.
xwikidoc.
XWD_CONTENT at row 1]. Click on this message for details.
Some investigations when putting the emojs with drag-and-drop into a WYSIWYG editor window
results in an error message “Server not responding” when saving.
Are there some restrictions within the usage of the UTF-8 character set ?
UTF-8 characters are possible: E.g. arrows work without problems.
Thanks
Norbert