มอดูล:Unicode data/data
หน้าตา
- This มอดูล lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
-- General data used by [[Module:Unicode data]].
local export = {}
export.planes = {
[ 0] = "Basic Multilingual Plane";
[ 1] = "Supplementary Multilingual Plane";
[ 2] = "Supplementary Ideographic Plane";
[ 3] = "Tertiary Ideographic Plane";
[14] = "Supplementary Special-purpose Plane";
[15] = "Supplementary Private Use Area-A";
[16] = "Supplementary Private Use Area-B";
}
export.unsupported_title = {
[0x0020] = "ชื่อไม่รองรับ/ช่องว่าง";
[0x0023] = "ชื่อไม่รองรับ/นัมเบอร์";
[0x002E] = "ชื่อไม่รองรับ/จุด";
[0x003A] = "ชื่อไม่รองรับ/จุดคู่";
[0x003C] = "ชื่อไม่รองรับ/น้อยกว่า";
[0x003E] = "ชื่อไม่รองรับ/มากกว่า";
[0x005B] = "ชื่อไม่รองรับ/วงเล็บเหลี่ยมเปิด";
[0x005D] = "ชื่อไม่รองรับ/วงเล็บเหลี่ยมปิด";
[0x005F] = "ชื่อไม่รองรับ/ขีดล่าง";
[0x007B] = "ชื่อไม่รองรับ/วงเล็บปีกกาเปิด";
[0x007C] = "ชื่อไม่รองรับ/ขีดตั้ง";
[0x007D] = "ชื่อไม่รองรับ/วงเล็บปีกกาปิด";
[0x1680] = "ชื่อไม่รองรับ/Ogham space";
[0xFFFD] = "ชื่อไม่รองรับ/อักขระแทน";
}
return export