Muhammad Muhsin Khan
Muhammad Muhsin Khan (Arabic, Pashto, Urdū: محمد محسن خان), born 1927 CE,[1] is a Pashtun author known for his English translations of Sahih al-Bukhari and the Qur'an, titled The Noble Qur'an, which he completed along with Muhammad Taqi-ud-Din al-Hilali.
Works
- The Translation of the Meanings Of Sahih Al-Bukhari
- Summarized Sahih Al-Bukhari
- Noble Qur'an
- Understanding Ramadan
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
References
- DM Nassimi, A Thematic Comparative review of some of the English translations of the Qur'an, p 83.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.