From 3e0c5c5a1aa3febb7cbfcfa9372f450cad0bfbcf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 Apr 2025 19:29:02 +0530 Subject: [PATCH] ... --- docs/text-sizing-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/text-sizing-protocol.rst b/docs/text-sizing-protocol.rst index 1b69b5212..670dd6c74 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -443,13 +443,13 @@ previous cell these have to be handled specially. ``U+FE0E`` - Variation Selector 15 When the previous cell has width two and the last character in the previous - cell is one of the ``Basic_Emoji`` codepoint from the :ref:`Wide emoji rule + cell is one of the ``Basic_Emoji`` codepoints from the :ref:`Wide emoji rule ` that is *not* followed by ``FEOF`` then the width of the previous cell is decreased to one. ``U+FE0F`` - Variation Selector 16 When the previous cell has width one and the last character in the previous - cell is one of the ``Basic_Emoji`` codepoint from the :ref:`Wide emoji rule + cell is one of the ``Basic_Emoji`` codepoints from the :ref:`Wide emoji rule ` that is followed by ``FEOF`` then the width of the previous cell is increased to two.