https://bugs.documentfoundation.org/show_bug.cgi?id=117115
--- Comment #7 from Stephan Bergmann <[email protected]> ---
...and a name using non-BMP chars like "💩" (U+1F4A9 PILE OF POO) is converted
to something like "?" (the "in-transit" representation appears to be using an
encoding of individual UTF-16 code units, "\ud83d\udca9", and the newly added
lcl_ConvertToUTF8 tries to convert them back to UTF-8 individually with
const OString sNewChar = OString(&cDec, 1, RTL_TEXTENCODING_UTF8);
which doesn't work).
--
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