Module:typing-aids/data/fa

Hello, you have come here looking for the meaning of the word Module:typing-aids/data/fa. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:typing-aids/data/fa, but we will also tell you about its etymology, its characteristics and you will know how to say Module:typing-aids/data/fa in singular and plural. Everything you need to know about the word Module:typing-aids/data/fa you have here. The definition of the word Module:typing-aids/data/fa will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:typing-aids/data/fa, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

U = require("Module:string/char")
-- (temporarily?) using Arabic diacritic names for convenience of copy/paste from the Arabic module
local fatHa = U(0x64E)
local kasra = U(0x650)
local Damma = U(0x64F)
local shadda = U(0x651)
local sukuun = U(0x652)
local alif = "ا"

-- TO MAP the input symbols
local fatHatan = U(0x64B)
local kasratan = U(0x64D)
local Dammatan = U(0x64C)
local superscript_alif = U(0x670)

local data = {
	{
		 = fatHa,
		 = kasra,
		 = Damma,
		 = sukuun,
		 = shadda,
		 = alif .. fatHa,
		 = alif .. kasra,
		 = alif .. Damma,		
	},
	{
		 = "آ",
	},
	{
		 = "ا",
		 = "آ",
		 = "آ",
		 = "ش",
		 = "ذ",
		 = "ژ",
		 = "ﮥ",
		 = "ؤ",
		 = "ئ",
	},
	{
		 = "ا",
		 = "ا",
		 = "ا",
		 = "ب",
		 = "پ",
		 = "ت",
		 = "ث",
		 = "ث",
		 = "ج",
		 = "ج",
		 = "چ",
		 = "چ",
		 = "ح",
		 = "ح",
		 = "خ",
		 = "خ",
		 = "خ",
		 = "د",
		 = "ذ",
		 = "ذ",
		 = "ر",
		 = "ز",
		 = "ژ",
		 = "س",
		 = "ش",
		 = "ش",
		 = "ص",
		 = "ص",
		 = "ص",
		 = "ض",
		 = "ض",
		 = "ط",
		 = "ط",
		 = "ط",
		 = "ظ",
		 = "ظ",
		 = "ع",
		 = "ع",
		 = "ع",
		 = "ع",
		 = "غ",
		 = "غ",
		 = "غ",
		 = "غ",
		 = "ف",
		 = "ق",
		 = "ک",
		 = "گ",
		 = "ل",
		 = "م",
		 = "ن",
		 = "و",
		 = "و",
		 = "و",
		 = "و",
		 = "و",
		 = "ه",
		 = "ی",
		 = "ی",
		 = "ی",
		 = "اً",
		 = "،",
		 = "؛",
		 = "؟",
		 = "ء",
		 = "ء",
	}
}

return data