Mehdi

Results 4 comments of Mehdi

Thank you for your response, but I didn't really understand the function's role. In the documentation, it is stated as 'Normalize Lam Alef ligatures into two letters.' Does this mean...

I see. Just Perfect. i did a small script to see the differences ``` line = u'\ufefb' bytes_data = line.encode("utf-8",errors="strinct") unicode_string = "u'" + ''.join([f'\\u{ord(byte):04x}' for byte in bytes_data.decode('utf-8')])+"'" normalized=...

i'm using pypfd to extract arabic text and there are some ligatures that are nor managed very well as : - اﻹعﻼنات - لﻸطباء - مسجﻼ so i'm trying to...

@otakar-smrz Thank you. @linuxscout. I am grateful for your excellent library.