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

--- Comment #4 from Mark Hung <[email protected]> ---
m.a.rsiov:
It was a mistake to change it to NEW. Thanks.

I think I can explain more for this issue:

Test string is composed of 4 unicode characters: "𧌒𧀬", U+22 U+27312 U+2702C
U+22.  I expect that LEN(TS) been expressed as number of unicode code points. 

However, LO internally store characters in UTF16, which means U+27312 and
U+2702C has to be represented as "surrogate pairs", hence len(TS) would be
different from the result of counting codepoints.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to