Module:Unicode data/blocks
- Afrikaans
- العربية
- Basa Bali
- 閩南語 / Bân-lâm-gí
- Беларуская
- Беларуская (тарашкевіца)
- Bosanski
- Català
- Dagbanli
- الدارجة
- Español
- ગુજરાતી
- 한국어
- हिन्दी
- Hornjoserbsce
- Bahasa Indonesia
- Jawa
- Ikinyarwanda
- Ikirundi
- Latina
- Magyar
- Madhurâ
- മലയാളം
- Māori
- ဘာသာမန်
- Bahasa Melayu
- ꯃꯤꯇꯩ ꯂꯣꯟ
- 閩東語 / Mìng-dĕ̤ng-ngṳ̄
- မြန်မာဘာသာ
- Nederlands
- ਪੰਜਾਬੀ
- Português
- Scots
- Setswana
- Shqip
- සිංහල
- Slovenščina
- کوردی
- Srpskohrvatski / српскохрватски
- Suomi
- Tagalog
- တႆး
- Türkçe
- Українська
- Tiếng Việt
- 吴语
- 粵語
- 中文
- Kumoring
- ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
Appearance
From Wikipedia, the free encyclopedia
Contains data on Unicode blocks for Module:Unicode data derived from Blocks.txt in the Unicode Character Database.
The above documentation is transcluded from Module:Unicode data/blocks/doc. (edit | history)
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Subpages of this module.
-- [[:commons:Data:Unicode/data/blocks.tab]] localfunctionget_result() localdata=mw.ext.data.get("Unicode/data/blocks.tab") localresult={} localwrite_index=1 forindex,colsinipairs(data.data)do ifcols[1]andcols[2]andcols[3]then result[write_index]={tonumber(cols[1],16),tonumber(cols[2],16),cols[3]} write_index=write_index+1 end end result.length=#result returnresult end returnget_result()