मजकूराशीं उडकी मार

एकक:bnt-com-sortkey

Wiktionary कडल्यान

Documentation for this module may be created at एकक:bnt-com-sortkey/doc

local export = {}
local u = require("Module:string/char")
local a = u(0xF000)

local oneChar = {
	["ɓ"] = "b" .. a, ["ɗ"] = "d" .. a
}

local twoChars = {
	["v̄"] = "v" .. a
}

function export.makeSortKey(text, lang, sc)
	text = mw.ustring.lower(text)
	
	for from, to in pairs(twoChars) do
		text = mw.ustring.gsub(text, from, to)
	end
	
	return mw.ustring.upper(mw.ustring.gsub(text, ".", oneChar))
end

return export
"https://gom.wiktionary.org/w/index.php?title=एकक:bnt-com-sortkey&oldid=26110" चे कडल्यान परतून मेळयलें