Module:as-Beng-Deva-translit: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

27 March 2023

  • curprev 11:2411:24, 27 March 2023 wikt>Sbb1413 491 bytes +491 Created page with "local export = {} local char = { ["ৰ"] = "र", ["ৱ"] = "व" } function export.tr(text, lang, sc, override) local UTF8_char = "[%z\1-\127\194-\244][\128-\191]*" local asBeng = require("Module:scripts").getByCode("as-Beng") text = mw.ustring.toNFD(text) text = string.gsub(text, UTF8_char, char) text = require("Module:Beng-Deva-translit").tr(text, lang, sc, true) text = mw.ustring.gsub( text, ".", function(c) return conv[c] end) return text end..."