Keda87/python-quran-odoa

Display surah.ayah in arabic

arycloud opened this issue · 2 comments

How can we display the surah.ayah in arabic?

Hi @arycloud

surah.ayah is already returned a quran arabic, but if you are on python 3 you have to decode it because python 3 returned a byte surah.ayah.decode() / surah.ayah.decode('utf8')

I closed this issue due to inactive discussion