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
Currently we are using our own break_string() method to wrap multi-line string.
But Unicode has a standard algorithm to wrap a string: http://www.unicode.org/reports/tr14/
It will be good if we can use this algorithm instead of our current code.
We can use xi-unicode crate: https://crates.io/crates/xi-unicode
The text was updated successfully, but these errors were encountered:
A FIXME introduced by PR #3275 .
Currently we are using our own break_string() method to wrap multi-line string.
But Unicode has a standard algorithm to wrap a string:
http://www.unicode.org/reports/tr14/
It will be good if we can use this algorithm instead of our current code.
We can use xi-unicode crate:
https://crates.io/crates/xi-unicode
The text was updated successfully, but these errors were encountered: