mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Add a warning about algorithm changes
This commit is contained in:
@@ -356,6 +356,13 @@ The algorithm for splitting text into cells
|
|||||||
This uses tests published by the Unicode consortium, `GraphemeBreakTest.txt
|
This uses tests published by the Unicode consortium, `GraphemeBreakTest.txt
|
||||||
<https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt>`__.
|
<https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt>`__.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
This algorithm is under public discussion in :iss:`8533`. Until that issue
|
||||||
|
is closed, it is subject to change based on feedback from the community.
|
||||||
|
Additionally, in the future if the Unicode standard changes in ways that
|
||||||
|
affect this algorithm, it will be updated. Currently the algorithm is based
|
||||||
|
on Unicode version 16.
|
||||||
|
|
||||||
Here, we specify how a terminal must split up text into cells, where a cell is
|
Here, we specify how a terminal must split up text into cells, where a cell is
|
||||||
a width one unit in the character grid the terminal displays.
|
a width one unit in the character grid the terminal displays.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user