Module:Convert character width: Difference between revisions

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..."
m (1 revision imported)
en>Centrist16
(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...")
(No difference)
Anonymous user