https://issues.apache.org/ooo/show_bug.cgi?id=120442
--- Comment #3 from Chen Peng <[email protected]> --- 1. Root Cause: In Firefox or Chrome, if the unicode is equal or larger than 0xd800 and smaller equal or than 0xdbff, and the next unicode is equal or larger then 0xdc00 and equal or smaller than 0xdfff, using such two 16-bit unicode can't display the data such as the last 5 charaters of line 8 in the sample. 2. Resolution: Need to convert such two 16-bit unicode to a 32-bit unicode to show the content. -- You are receiving this mail because: You are the assignee for the bug.
