u(0x4CF)) for trigraph, <span class="searchmatch">translit</span> in pairs(trigraphs) do text = str_gsub(text, trigraph, <span class="searchmatch">translit</span>) end for digraph, <span class="searchmatch">translit</span> in pairs(digraphs) do...
use Module:languages#Language:transliterate. For testcases, see Module:<span class="searchmatch">tab</span>-<span class="searchmatch">translit</span>/testcases. tr(text, lang, sc) Transliterates a given piece of text written...
load_json_language_data [[ {"<span class="searchmatch">tab</span>": {"<span class="searchmatch">translit</span>_module": "<span class="searchmatch">tab</span>-<span class="searchmatch">translit</span>", "scripts": ["Cyrl"], "otherNames": ["Tabassaran"], "override_<span class="searchmatch">translit</span>": true, "entry_name":...
function(preceding, iotated) return preceding .. iotated<span class="searchmatch">Translit</span>[iotated] end) text = str_gsub(text, UTF8char, <span class="searchmatch">tab</span>) return text end return export...
-- Put <span class="searchmatch">tab</span> character between Hebrew and its transliteration. local examples = [=[ בַּיִת bayiṯ בֵּית bêṯ בָּתִּים bāttîm מַחֲנֶה maḥăneh בָּרָא bārāʾ...
-- Put <span class="searchmatch">tab</span> character between Hebrew and its transliteration. local examples = [[ בַּיִת bayiṯ בֵּית beʸṯ בָּתִּים bɔttiʸm מַחֲנֶה maḥănɛʰ בָּרָא bɔrɔˀ...
local export = {} local romaji = require("Module:Hrkt-<span class="searchmatch">translit</span>").tr local romaji_to_kata = require("Module:ja").romaji_to_kata local kata_to_hira = require("Module:ja")...
expectType, nilOk) end end local function get_<span class="searchmatch">translit</span>_function(module_name) local success, <span class="searchmatch">translit</span>_module = pcall(require, 'Module:' .. module_name)...
{} local unpack = unpack or table.unpack -- Lua 5.2 compatibility local <span class="searchmatch">tab</span> = { ["А"]='A', ["а"]='a', ["В"]='V', ["в"]='v', ["Е"]='E', ["е"]='e', ["Ё"]='Jo'...
end -- Tablo of <span class="searchmatch">translit</span>. for key, word in ipairs(text<span class="searchmatch">Tab</span>) do text<span class="searchmatch">Tab</span>[key] = tr_word(word) end return table.concat(text<span class="searchmatch">Tab</span>, ' ') end return export...