New Line Break Strategy for Languages Without Spaces #496
Labels
discussion
hard to solve
Not food for newcomers
in analysis
Analyzing if should be implemented
v2
will be solved in v2
Feature Request: New Line Break Strategy for Languages Without Spaces
Summary
Currently, the library provides two line break strategies:
However, there are languages, such as Chinese, where characters do not use spaces or special characters to separate them. As a result, the existing strategies may not be suitable for handling line breaks effectively in these languages.
Proposal
I propose the addition of a new line break strategy that specifically caters to languages like Chinese, where:
Example
For instance, consider the following Chinese text:
With the proposed strategy, the text could be broken into lines like this:
The text was updated successfully, but these errors were encountered: