mpcabd / python-arabic-reshaper

Reconstruct Arabic sentences to be used in applications that don't support Arabic
MIT License
395 stars 81 forks source link

Letter ڵ is not reshaped #67

Open ngmanageit opened 3 years ago

ngmanageit commented 3 years ago

Thank you again for this great project.

I see that the letter ڵ for some reason is not reshped when using Kurdish. Do I need to change the configuration to support this letter?

Thanks

ngmanageit commented 3 years ago

Ok, I was able to fix this by adding the lines: # KURDISH LETTER LAM WITH SMALL V '\u06B5': ('\u06B5', '\uE008', '\uE009', '\uE007')

to letters.py under "LETTERS_KURDISH"

I would happy if it could be added to the code for others.

Thanks