<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fblocks</id>
	<title>Module:Unicode data/blocks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fblocks"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Module:Unicode_data/blocks&amp;action=history"/>
	<updated>2026-04-22T09:22:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Module:Unicode_data/blocks&amp;diff=16855641&amp;oldid=prev</id>
		<title>imported&gt;Dušan Kreheľ: Fix and function call</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Module:Unicode_data/blocks&amp;diff=16855641&amp;oldid=prev"/>
		<updated>2025-07-28T18:17:01Z</updated>

		<summary type="html">&lt;p&gt;Fix and function call&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- [[:commons:Data:Unicode/data/blocks.tab]]&lt;br /&gt;
&lt;br /&gt;
local function get_result()&lt;br /&gt;
	local data=mw.ext.data.get(&amp;quot;Unicode/data/blocks.tab&amp;quot;)&lt;br /&gt;
	local result={}&lt;br /&gt;
	local write_index=1&lt;br /&gt;
&lt;br /&gt;
	for index, cols in ipairs(data.data) do&lt;br /&gt;
		if cols[1] and cols[2] and cols[3] then&lt;br /&gt;
			result[write_index]={tonumber(cols[1], 16), tonumber(cols[2], 16), cols[3]}&lt;br /&gt;
			write_index=write_index+1&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	result.length = #result&lt;br /&gt;
&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return get_result()&lt;/div&gt;</summary>
		<author><name>imported&gt;Dušan Kreheľ</name></author>
	</entry>
</feed>