Search Results: Module:CharToCodepoint/doc

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


Module:Sandbox/DePiep/uchar
Selasa, 2023-08-01 22:45:17

return s end function p.test(frame) local sChar sChar = frame.args['char'] return mw.ustring.codepoint(sChar, 1, 2) end function p.testScriptName( frame...

Click to read more »
Module:Jf-JSON
Kamis, 2016-12-08 10:48:33

unicode_codepoint_as_utf8(codepoint) -- -- codepoint is a number -- if codepoint <= 127 then return string.char(codepoint) elseif...

Click to read more »
Module:Jf-JSON/sandbox
Minggu, 2018-02-18 02:54:37

unicode_codepoint_as_utf8(codepoint) -- -- codepoint is a number -- if codepoint <= 127 then return string.char(codepoint) elseif...

Click to read more »
Module:Format TemplateData
Minggu, 2026-02-08 09:48:03

suppression } local Data = { div = false, -- <div class="mw-templatedata-doc-wrap"> got = false, -- table, initial templatedata object heirs...

Click to read more »
Module:Format TemplateData/sandbox
Jumat, 2025-11-14 09:11:27

} local Data = { div = false, -- <div class="mw-templatedata-doc-wrap"> got = false, -- table, initial templatedata object ...

Click to read more »
Module:Sandbox/SamuelRiv
Senin, 2022-10-24 04:17:21

but that's a lot of little syntax changes and error checking in this doc, so we'll just copy the static CS1 tables. No release version can reallocate...

Click to read more »
Module:Sandbox/trappist the monk/CS1
Senin, 2022-10-24 04:17:05

position = nil; -- unset position elseif cfg.emoji[mw.ustring.codepoint (v, position+1)] then -- is zwj followed by a character listed in emoji{}...

Click to read more »
Module:Music chart/sandbox
Senin, 2026-03-16 03:14:37

mw.ustring.codepoint(s, i, i) if k > 127 then -- Non-ASCII: UTF-8 encode local char = mw.ustring.sub(s, i, i) for j = 1, #char do r...

Click to read more »
Module:Sandbox/Izno/Citation/CS1
Senin, 2022-10-24 04:16:44

characters return; end for _, invisible_char in ipairs (cfg.invisible_chars) do local char_name = invisible_char[1]; -- the character or group...

Click to read more »
Module:Sandbox/MJL/CS1
Senin, 2022-10-24 04:16:54

position = nil; -- unset position elseif cfg.emoji[mw.ustring.codepoint (v, position+1)] then -- is zwj followed by a character listed in emoji{}...

Click to read more »
Module:Music chart
Rabu, 2026-03-18 20:33:14

mw.ustring.codepoint(s, i, i) if k > 127 then -- Non-ASCII: UTF-8 encode local char = mw.ustring.sub(s, i, i) for j = 1, #char do r...

Click to read more »