https://bugs.documentfoundation.org/show_bug.cgi?id=160278
--- Comment #1 from Mike Kaganski <[email protected]> --- You never gave the actual code that you feel problematic. You only shown how to set the text, how to get the string from the text; but what code gives the "wrong" length? Now, you mentioned "Java". You should know, that in Java, strings are sequences of *UTF-16* code units; and so, a string length there is count of 16-bit code units, not of Unicode characters. It is what the programming language defines, that you chosen, not a LibreOffice-defined thing. -- You are receiving this mail because: You are the assignee for the bug.
