https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AUnicode_data%2Fdata Module:Unicode data/data - Revision history 2025-06-03T23:12:56Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.3 https://en.wikipedia.org/w/index.php?title=Module:Unicode_data/data&diff=1185973742&oldid=prev Alexis Jazz: Imported page from https://en.wiktionary.org/wiki/Module:Unicode_data/data AJsImportTool] 2023-11-20T03:34:27Z <p>Imported page from https://en.wiktionary.org/wiki/Module:Unicode_data/data [<a href="/w/index.php?title=User:Alexis_Jazz/AJsImportTool.js&amp;action=edit&amp;redlink=1" class="new" title="User:Alexis Jazz/AJsImportTool.js (page does not exist)">AJsImportTool</a>]</p> <p><b>New page</b></p><div>-- General data used by [[Module:Unicode data]].<br /> local export = {}<br /> <br /> export.planes = {<br /> [ 0] = &quot;Basic Multilingual Plane&quot;;<br /> [ 1] = &quot;Supplementary Multilingual Plane&quot;;<br /> [ 2] = &quot;Supplementary Ideographic Plane&quot;;<br /> [ 3] = &quot;Tertiary Ideographic Plane&quot;;<br /> [14] = &quot;Supplementary Special-purpose Plane&quot;;<br /> [15] = &quot;Supplementary Private Use Area-A&quot;;<br /> [16] = &quot;Supplementary Private Use Area-B&quot;;<br /> }<br /> <br /> export.unsupported_title = {<br /> [0x0020] = &quot;Unsupported titles/Space&quot;;<br /> [0x0023] = &quot;Unsupported titles/Number sign&quot;;<br /> [0x002E] = &quot;Unsupported titles/Full stop&quot;;<br /> [0x003A] = &quot;Unsupported titles/Colon&quot;;<br /> [0x003C] = &quot;Unsupported titles/Less than&quot;;<br /> [0x003E] = &quot;Unsupported titles/Greater than&quot;;<br /> [0x005B] = &quot;Unsupported titles/Left square bracket&quot;;<br /> [0x005D] = &quot;Unsupported titles/Right square bracket&quot;;<br /> [0x005F] = &quot;Unsupported titles/Low line&quot;;<br /> [0x007B] = &quot;Unsupported titles/Left curly bracket&quot;;<br /> [0x007C] = &quot;Unsupported titles/Vertical line&quot;;<br /> [0x007D] = &quot;Unsupported titles/Right curly bracket&quot;;<br /> [0x1680] = &quot;Unsupported titles/Ogham space&quot;;<br /> [0xFFFD] = &quot;Unsupported titles/Replacement character&quot;;<br /> }<br /> <br /> return export</div> Alexis Jazz