https://bugs.documentfoundation.org/show_bug.cgi?id=151788
خالد حسني <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from خالد حسني <[email protected]> --- For the purpose of this, I think applying NFKC normalization to the text should be enough: >>> unicodedata.normalize("NFKC", "ﺿ ﻤ ﯿ ﻤ ﻪ") 'ض م ی م ه' But NFKC normalization can change text meaning for other Unicode code points, so it should be applied to Arabic Presentation Forms characters exclusively. -- You are receiving this mail because: You are the assignee for the bug.
