[Libreoffice-bugs] [Bug 117115] Firebird: migration from HSQLDB does not respect language-specific characters

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 25 15:26:24 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=117115

--- Comment #7 from Stephan Bergmann <sbergman at redhat.com> ---
...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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180525/a72488f6/attachment.html>


More information about the Libreoffice-bugs mailing list