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

--- Comment #15 from Stephan Bergmann <[email protected]> ---
(In reply to Stephan Bergmann from comment #7)
> ...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).

addressed now with <https://gerrit.libreoffice.org/67245> "Fix conversion of
non-BMP chars"


(In reply to Stephan Bergmann from comment #14)
> I assume the issue with table names has not yet been addressed (cf. bug
> 121469)?

apparently addressed with issue 121469 comment 11

-- 
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

Reply via email to