From 3655db312478a2f05436981210bd3e78c403965e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Jan 2025 09:13:17 +0530 Subject: [PATCH] ... --- docs/text-sizing-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text-sizing-protocol.rst b/docs/text-sizing-protocol.rst index 37845132a..f3462435d 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -177,7 +177,7 @@ realistic. So instead, this protocol solves this issue robustly by removing the co-ordination problem and putting only one actor in charge of determining string width. The client becomes responsible for doing whatever level of -grapheme segmentation it is comfortable with using whatever unicode database is +grapheme segmentation it is comfortable with using whatever Unicode database is at its disposal and then it can transmit the segmented string to the terminal with the appropriate `w` values so that the terminal renders the text in the exact number of cells the client expects.