Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d23f49a92962d

Jump to content

Module:Unicode data/aliases

From Wikipedia, the free encyclopedia

-- [[: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()