<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fdatasets</id>
	<title>Module:Unicode data/datasets - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fdatasets"/>
	<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=Module:Unicode_data/datasets&amp;action=history"/>
	<updated>2026-05-04T11:56:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://rs-485.com/index.php?title=Module:Unicode_data/datasets&amp;diff=2392&amp;oldid=prev</id>
		<title>Admin: Imported missing module from Wikipedia</title>
		<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=Module:Unicode_data/datasets&amp;diff=2392&amp;oldid=prev"/>
		<updated>2026-05-03T17:13:46Z</updated>

		<summary type="html">&lt;p&gt;Imported missing module from Wikipedia&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local export = {}&lt;br /&gt;
&lt;br /&gt;
local unpack = unpack or table.unpack -- Lua 5.2 compatibility&lt;br /&gt;
&lt;br /&gt;
function export.dataset(dataset_name)&lt;br /&gt;
	local dataset = mw.ext.data.get(dataset_name)&lt;br /&gt;
	&lt;br /&gt;
	if not dataset then error(&amp;quot;Dataset &amp;quot; .. dataset_name .. &amp;quot; not found&amp;quot;) end&lt;br /&gt;
	local data = dataset.data&lt;br /&gt;
	local result = {}&lt;br /&gt;
	&lt;br /&gt;
	for _, item in ipairs(data) do&lt;br /&gt;
		local charcode_hex, filename = unpack(item)&lt;br /&gt;
		result[tonumber(charcode_hex)] = filename&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>