You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you print Asian text (specifically Chinese and Japanese, which do not use spaces), portions of the text go missing, making it unreadable.
This seems to be related to wrapping, as the characters which go missing are at the end of a line.
Instead of being wrapped on to a new line, they disappear.
There are rules for wrapping in these languages which would take more effort to adhere to, but at the very least, text should not go missing when printed.
Examples
For example, running the snippet below, the 7 in 1670 disappears:
Description
(Originally reported in Textual: Textualize/textual#3567)
When you print Asian text (specifically Chinese and Japanese, which do not use spaces), portions of the text go missing, making it unreadable.
This seems to be related to wrapping, as the characters which go missing are at the end of a line.
Instead of being wrapped on to a new line, they disappear.
There are rules for wrapping in these languages which would take more effort to adhere to, but at the very least, text should not go missing when printed.
Examples
For example, running the snippet below, the
7
in1670
disappears:Output:
And in many cases, like those reported in this issue, multiple characters disappear:
Output:
Notice that many of the characters at the end of the text are completely missing (
ムワークです
).The text was updated successfully, but these errors were encountered: