Search Results: Module:Unicode data/blocks/doc

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Module:Unicode data/category
Senin, 2025-07-28 23:04:52

[[:commons:Data:Unicode/data/category/singles.tab]] -- [[:commons:Data:Unicode/data/category/ranges.tab]] -- [[:commons:Data:Unicode/data/category/names...

Click to read more »
Module:Unicode data/names/018
Sabtu, 2025-07-19 15:05:39

-- [[commons:Data:Unicode data/names/018.tab]] return require("Module:Unicode data/datasets").dataset("Unicode data/names/018.tab")...

Click to read more »
Module:Unicode data/scripts
Selasa, 2025-07-29 23:29:54

-- [[:commons:Data:Unicode/data/scripts/singles.tab]] -- [[:commons:Data:Unicode/data/scripts/ranges.tab]] -- [[:commons:Data:Unicode/data/scripts/aliases...

Click to read more »
Module:Unicode data/combining
Rabu, 2025-07-30 19:28:51

-- [[:commons:Data:Unicode/data/combining/singles.tab]] -- [[:commons:Data:Unicode/data/combining/ranges.tab]] local function get_result() local write_index...

Click to read more »
Module:Unicode data/control
Senin, 2025-07-28 22:41:41

-- [[:commons:Data:Unicode/data/category/singles.tab]] -- [[:commons:Data:Unicode/data/category/ranges.tab]] local function get_result() local categories...

Click to read more »
Module:Unicode data/blocks
Selasa, 2025-07-29 01:22:55

-- [[:commons:Data:Unicode/data/blocks.tab]] local function get_result() local data=mw.ext.data.get("Unicode/data/blocks.tab") local result={} local...

Click to read more »
Module:Unicode data/aliases
Sabtu, 2025-07-26 22:17:33

-- [[:commons:Data:Unicode/data/aliases.tab]] local function get_result() local data=mw.ext.data.get("Unicode/data/aliases.tab") local result = {} ...

Click to read more »
Module:Unicode data
Kamis, 2025-07-24 17:48:21

name of the module minus the -- "Module:Unicode data/" part. For instance, loader.blocks returns -- [[Module:Unicode data/blocks]]. If a module cannot be...

Click to read more »
Module:Unicode data/Hangul
Sabtu, 2019-12-21 01:51:44

The following leads, vowels, and trails come from here: -- http://www.unicode.org/Public/UNIDATA/Jamo.txt Hangul.leads = { [0] = "G", "GG", "N", "D"...

Click to read more »
Module:Table tools
Senin, 2020-04-27 08:11:22

local unicode_ranges = {} for _, range in ipairs(notes_ranges) do table.insert(unicode_ranges, u(range[1]) .. "-" .. u(range[2])) end local unicode_range_str...

Click to read more »
Module:Separated entries
Sabtu, 2017-02-25 09:30:29

_main(args) local separator = args.separator -- Decode (convert to Unicode) HTML escape sequences, such as " " for space. and mw.text.decode(args...

Click to read more »
Module:Asbox
Sabtu, 2021-01-30 20:55:31

ustring.gsub(args['category' .. v], '[^%w%p%s]', '')--remove all hidden unicode chars --Do not place template in main category if |tempsort = 'no'....

Click to read more »
Module:IPA/data/symbols
Senin, 2020-04-27 08:05:49

precomposed Unicode character --TOMOVE --["ɺ˞"] = {title = "retroflex lateral flap", link = "w:retroflex lateral flap"}, -- no precomposed Unicode character...

Click to read more »
Module:Template:also
Minggu, 2020-11-01 09:53:09

end end if codepoint then local m_unidata = require('Module:Unicode data') s = s .. (" <small>[U+%04X %s]</small>"):format( codepoint...

Click to read more »
Module:Unicode data/datasets
Rabu, 2025-07-23 03:03:06

local export = {} local unpack = unpack or table.unpack -- Lua 5.2 compatibility function export.dataset(dataset_name) local dataset = mw.ext.data.get(dataset_name)...

Click to read more »
Module:Convert character width/data
Rabu, 2017-04-26 05:47:31

are quite a few missing characters. See [[Halfwidth and Fullwidth Forms (Unicode block)]] for the full list. local convert = { [" "] = " ", ["...

Click to read more »
Module:BaseConvert
Rabu, 2013-07-03 09:32:39

'') if c > 0 then sign = '-' end -- replace any full-width Unicode characters in the string with their ASCII equivalents n = normalizeFullWidthChars(n)...

Click to read more »
Module:TaxonList
Senin, 2018-06-04 02:24:20

be added back afterwards. † is assumed to be present as one of: * the unicode character † * the HTML entity &dagger; * the output of {{extinct}} – this...

Click to read more »
Module:Citation/CS1/Configuration
Kamis, 2020-10-15 03:34:35

https://unicode.org/charts/PDF/UA8E0.pdf Bengali 0980–09FF – https://unicode.org/charts/PDF/U0980.pdf Gurmukhi 0A00–0A7F – https://unicode.org/charts/PDF/U0A00...

Click to read more »
Module:Citation/CS1
Minggu, 2022-10-23 22:19:13

four Unicode Latin character sets [http://www.unicode.org/charts/PDF/U0000.pdf C0 Controls and Basic Latin] 0041–005A, 0061–007A [http://www.unicode.org/charts/PDF/U0080...

Click to read more »
Module:Pi-Latn-translit
Senin, 2020-04-27 08:11:01

-- For Lao script, see https://www.unicode.org/charts/PDF/U0E80.pdf (Unicode 12.0+) local export = {} local gsub = mw.ustring.gsub local match = mw.ustring...

Click to read more »
Module:Vi
Senin, 2020-04-27 08:11:33

end return frame and table.concat(spellings, "/") or spellings end ---Unicode codepoints for combining Vietnamese tone marks. p.combiningToneMarks =...

Click to read more »
Module:Currency
Minggu, 2022-10-23 22:24:55

amount = amount:gsub ('^%-', '−'); -- replace the hyphen with unicode minus if 'b' == position then -- choose appropriate format:...

Click to read more »
Module:Lang/sandbox
Minggu, 2022-10-23 22:19:28

local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_latin() and is_rtl() local yesno...

Click to read more »
Module:Lang
Minggu, 2022-10-23 22:19:23

local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_latin() an is_rtl() local yesno =...

Click to read more »
Module:Utilities
Senin, 2020-04-27 08:11:31

instead of the default Wikimedia sort, which (I think) is based on Unicode sort order and puts ё after я, the last letter of the Cyrillic alphabet...

Click to read more »
Module:Convert
Rabu, 2020-09-02 02:10:55

guide]] if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor =...

Click to read more »
Module:Form of/data2
Senin, 2020-04-27 08:06:30

tags["–"] = { -- Unicode en-dash tag_type = "other", no_space_on_left = true, no_space_on_right = true, } tags["—"] = { -- Unicode em-dash tag_type...

Click to read more »
Module:Lang/data
Kamis, 2020-10-15 02:38:04

['zho'] = 'ISO 7098 Chinese', -- ['han'] = 'ISO 7098 Chinese', -- unicode alias of Hani? doesn't belong here? should be Hani? ['hans'] = 'ISO 7098...

Click to read more »
Module:Scripts/data
Senin, 2020-04-27 08:11:17

m["Phlv"] = { canonicalName = "Book Pahlavi", direction = "rtl", -- Not in Unicode } m["Phnx"] = { canonicalName = "Phoenician", characters = "𐤀-𐤟",...

Click to read more »
Module:Ar-translit
Senin, 2020-04-27 08:05:58

short-vowel+shadda during NFC normalisation, which -- MediaWiki does for all Unicode strings; however, it makes the -- transliteration process inconvenient...

Click to read more »
Module:Coordinates
Minggu, 2022-10-23 22:18:54

) or 0 local geodeclong if long < 0 then -- FIXME does not handle unicode minus geodeclong = tostring(coordinateSpec["dec-long"]):sub(2) .. "°W"...

Click to read more »
Module:Links
Senin, 2023-03-06 07:20:09

the bytes used to represent a character are actually different from the Unicode codepoint. For å, the codepoint is 0xE5. The bits (digits) that actually...

Click to read more »
Module:Languages/data3/x
Senin, 2020-04-27 08:08:15

{"Khwarezmian"}, scripts = {"fa-Arab"}, -- Khwarezmian script not in Unicode yet family = "ira", } m["xcr"] = { canonicalName = "Carian", scripts...

Click to read more »
Module:Ja
Senin, 2020-04-27 08:06:48

)ゞ', function(char) return mw.ustring.toNFC(char .. char .. '゙') end) -- unicode hax -- [[Wiktionary:Grease_pit/2017/May#Formatting_for_individual_Japanese_readings]]...

Click to read more »
Module:Languages/data3/p
Senin, 2020-04-27 08:08:09

scripts = {"Phlv", "Phli", "Avst", "Phlp"}, -- Phlv and Phlp not in Unicode yet family = "ira", ancestors = {"peo"}, } m["pam"] = { canonicalName...

Click to read more »
Module:ConvertNumeric
Selasa, 2020-01-28 08:18:30

decimal), decimal_places (digits after decimal) local MINUS = '−' -- Unicode U+2212 MINUS SIGN (may be in values from [[Module:Convert]]) if num:sub(1...

Click to read more »
Module:Compound
Senin, 2020-04-27 08:06:04

calls to indicate that a term is an affix. This is always a single -- Unicode char, but there may be multiple possible hyphens for a given script. --...

Click to read more »
Module:Languages/data3/s
Senin, 2020-04-27 08:08:12

"Sogdian", scripts = {"Zzzz", "Mani", "Syrc"}, -- Sogdian alphabet not in Unicode yet family = "ira", } m["soh"] = { canonicalName = "Aka (Sudan)", otherNames...

Click to read more »
Module:Links2
Sabtu, 2020-09-19 04:13:17

the bytes used to represent a character are actually different from the Unicode codepoint. For å, the codepoint is 0xE5. The bits (digits) that actually...

Click to read more »
Module:Lang/utilities
Minggu, 2022-10-23 22:22:07

will handle the missing text error local is_latn = require ("Module:Unicode data").is_Latin; if is_cjk_code (code) and not is_latn (text) then ...

Click to read more »
Module:Ja/data
Senin, 2020-04-27 08:06:50

"-", ["゠"] = "-", -- fullwidth equals sign vs. official unicode character ["※"] = "◆†◇", -- ["。"] = "◆.◇", -- fullwidth period is handled...

Click to read more »
Module:Infobox multi-lingual name
Minggu, 2022-10-23 22:22:35

(args.mong) and lang_mod._lang ({'mn', frame:expandTemplate ({title='MongolUnicode', args = {args.mong}}) }) or nil, i) i = add_label_data_pair (infobox_args...

Click to read more »
Module:Age
Kamis, 2018-05-31 13:57:06

hyphen so result can be used in a calculation else sign = '−' -- Unicode U+2212 MINUS SIGN end end end return (options.prefix or '') ....

Click to read more »
Module:Citation/CS1/Identifiers
Kamis, 2020-10-15 01:12:54

message. DOI names are case-insensitive and can incorporate any printable Unicode characters so the test for spaces, endash, and terminal punctuation may...

Click to read more »
Module:Webarchive
Minggu, 2022-10-23 22:20:36

+([^%s%d]+) +(%d%d%d%d)$', 'd', 'm', 'y'}, -- %a does not recognize unicode combining characters used by some languages ['mdy'] = {'^([^%s%d]+) (%d%d...

Click to read more »
Module:Date
Rabu, 2026-02-18 11:57:04

modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt...

Click to read more »