On Sun, 14 Nov 2021, 19:07 Christopher Barker, <[email protected]> wrote:
> On Sun, Nov 14, 2021 at 10:27 AM MRAB <[email protected]> wrote: > >> Unfortunately, it goes too far, because it's unlikely that we want "ᵖ" >> ("\N{MODIFIER LETTER SMALL P}') to be equivalent to "P" ("\N{LATIN >> CAPITAL LETTER P}". >> > > Is it possible to only capture things like the combining characters and > not the "equivalent" ones like the above? > Yes, that is NFC. NKFC converts to equivalent characters and also composes; NFC just composes. >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/YX5YJBQH4CIAF6GIIE7L54GGWLPAGVGB/ Code of Conduct: http://python.org/psf/codeofconduct/
