Module:Convert character width: Revision history

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.

12 May 2022

2 January 2022

  • curprev 05:4405:44, 2 January 2022en>Centrist16 1,364 bytes 0 Created page with "-- This module converts support characters from half-width to full-width, and vice versa. -- See Halfwidth and fullwidth forms for an explanation of half- and full-width characters. -- @todo FIXME: Needs more characters adding, needs support for diacritic marks. local data = mw.loadData( 'Module:Convert character width/data' ) local p = {} -- Converts one half-width character to one full-width character. local function getFull( s ) return data[ s ] or s end..." undo

27 May 2017

31 August 2013