<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_chart%2Fsubsets</id>
	<title>Module:Unicode chart/subsets - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_chart%2Fsubsets"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Unicode_chart/subsets&amp;action=history"/>
	<updated>2026-06-13T20:46:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Unicode_chart/subsets&amp;diff=479854&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Unicode_chart/subsets&amp;diff=479854&amp;oldid=prev"/>
		<updated>2021-07-16T07:44:38Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[------------------------------&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Subset names are normalized to lowercase and '\s+' → '_' for lookup.&lt;br /&gt;
* Subset content must be a string as it is, for now, implemented as canned shorthand for the &amp;quot;range&amp;quot; parameter.&lt;br /&gt;
* All numbers are hex, whether or not they look like it.&lt;br /&gt;
* Ranges are separated by one or more commas or whitespaces and must match:&lt;br /&gt;
	* '^[0-9A-F]+[-–][0-9A-F]+$' (inclusive range), or&lt;br /&gt;
	* '^[0-9A-F]+$' (single code point).&lt;br /&gt;
* This means spaced hyphen/dash '62 - 7A' or ranges of more than two '62-70-7A' will fail.&lt;br /&gt;
* Codepoint prefixes 'U+' and '0x' are also ok, will be stripped accordingly.&lt;br /&gt;
&lt;br /&gt;
Please replace example entries with something more useful than this, in the following format.&lt;br /&gt;
&lt;br /&gt;
--]]------------------------------&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
	basic_latin_digits = &amp;quot;30-39\n\n\n      \n\n&amp;quot;,&lt;br /&gt;
	basic_latin_vowels = &amp;quot;41,45,49,4F,55,59          61 65 69 6F 75 79&amp;quot;,&lt;br /&gt;
	basic_latin_consonants = &amp;quot;42-44,46-48,4A-4E,50-54,56-58,5A,62-64,66-68,6A-6E,70-74,76-78,7A&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
	cjk_letters_months_hangul = &amp;quot;3200-321F, 3260-327F&amp;quot;,&lt;br /&gt;
	cjk_letters_months_katakana = &amp;quot;32D0-32FF&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
	}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>