https://bugs.documentfoundation.org/show_bug.cgi?id=166299
--- Comment #7 from Takenori Yasuda <[email protected]> --- The supposedly garbled string appears to have undergone a byte swap between the high and low bytes of each Unicode code point. Using Attachment 200478 as an example: - あいう えおか -> U+3042 U+3044 U+3046 U+3000 U+3048 U+304A U+304B - 䈰䐰䘰0䠰䨰䬰 -> U+4230 U+4430 U+4630 U+0030 U+4830 U+4A30 U+4B30 This clearly shows that each code point has had its bytes reversed, suggesting an endian-related issue in how the text is being handled internally. -- You are receiving this mail because: You are the assignee for the bug.
