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
The default textSplit function should display all emoji unicode characters: "ποΈπ§π»ββοΈπ§π»ββοΈ".
and the Chinsese quotation marks ββ.
Current Behavior
All emoji and Chinese quotation marks unicode chars are filtered out.
Line breaking, also known as word wrapping, is the process of breaking a section of text into lines such that it will fit in the available width of a page, window or other display area. The Unicode Line Breaking Algorithm performs part of this process. Given an input text, it produces a set of positions called "break opportunities" that are appropriate points to begin a new line. The selection of actual line break positions from the set of break opportunities is not covered by the Unicode Line Breaking Algorithm, but is in the domain of higher level software with knowledge of the available width and the display size of the text.
The text was updated successfully, but these errors were encountered:
davelandry
changed the title
[bug] the default textSplit should not filter out all emoji unicode chars.
textSplit should not filter out all emoji unicode chars
May 14, 2019
Expected Behavior
The default textSplit function should display all emoji unicode characters: "ποΈπ§π»ββοΈπ§π»ββοΈ".
and the Chinsese quotation marks
ββ
.Current Behavior
All emoji and Chinese quotation marks unicode chars are filtered out.
Maybe It is related to #94 too.
Please use the Unicode Line Breaking Algorithm
The text was updated successfully, but these errors were encountered: