ഉള്ളടക്കത്തിലേക്ക് പോവുക

ഘടകം:Unicode data/aliases

വിക്കിപീഡിയ, ഒരു സ്വതന്ത്ര വിജ്ഞാനകോശം.

ഈ ഘടകത്തിന്റെ വിവരണം ഘടകം:Unicode data/aliases/വിവരണം എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്

-- [[:commons:Data:Unicode/data/aliases.tab]]

local function get_result()
	local data=mw.ext.data.get("Unicode/data/aliases.tab")
	local result = {}
	
	for index, cols in ipairs(data.data) do
		if cols[1] and cols[2] and cols[3] and cols[4] then
			code_point=tonumber("0x"..cols[1])
			
			if cols[2] == 1 then
				result[code_point]={}
			end
			result[code_point][cols[2]]={cols[4], cols[3]}
		end
	end
	
	return result
end

return get_result()
"https://ml.wikipedia.org/w/index.php?title=ഘടകം:Unicode_data/aliases&oldid=4549971" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്