local export = {}

local Cyrl = {
	["I"] = "ӏ", ["l"] = "ӏ", ["І"] = "ӏ", ["Ӏ"] = "ӏ", ["ᴴ"] = "ᵸ"
}

function export.makeDisplayText(text, lang, sc)
	if sc == "Cyrl" then -- if script is Cyrillic, correct "false" palochkas and dialectal nasal ᵸ written as Latin ᴴ; not desirable if using another script
		text = mw.ustring.gsub(text, ".", Cyrl)
	end
	
	return mw.ustring.toNFC(text)
end

return export
"https://si.wiktionary.org/w/index.php?title=Module:cau-displaytext&oldid=29410" වෙතින් සම්ප්‍රවේශනය කෙරිණි