https://bugs.documentfoundation.org/show_bug.cgi?id=169103

--- Comment #1 from Piotr Osada <[email protected]> ---
Since AI chatbots often create text with Unicode sub- and superscripts, it
would be good to add these symbols to searching character normalization.
As a result, H2O and H₂O could match at once.

SUPERSCRIPT CHARACTERS
Code    Char    Name
U+2070  ⁰       Superscript Zero
U+00B9  ¹       Superscript One
U+00B2  ²       Superscript Two
U+00B3  ³       Superscript Three
U+2074  ⁴       Superscript Four
U+2075  ⁵       Superscript Five
U+2076  ⁶       Superscript Six
U+2077  ⁷       Superscript Seven
U+2078  ⁸       Superscript Eight
U+2079  ⁹       Superscript Nine
U+207A  ⁺       Superscript Plus Sign
U+207B  ⁻       Superscript Minus
U+207C  ⁼       Superscript Equals Sign
U+207D  ⁽       Superscript Left Parenthesis
U+207E  ⁾       Superscript Right Parenthesis

SUBSCRIPT CHARACTERS
Code    Char    Name
U+2080  ₀       Subscript Zero
U+2081  ₁       Subscript One
U+2082  ₂       Subscript Two
U+2083  ₃       Subscript Three
U+2084  ₄       Subscript Four
U+2085  ₅       Subscript Five
U+2086  ₆       Subscript Six
U+2087  ₇       Subscript Seven
U+2088  ₈       Subscript Eight
U+2089  ₉       Subscript Nine
U+208A  ₊       Subscript Plus Sign
U+208B  ₋       Subscript Minus
U+208C  ₌       Subscript Equals Sign
U+208D  ₍       Subscript Left Parenthesis
U+208E  ₎       Subscript Right Parenthesis

[15] https://symbl.cc/en/collections/superscript-and-subscript-numbers/

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to