Module:ISO 3166/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 44:
text = mw.ustring.upper(text)
if mw.ustring.match(text,"[À-Ý]") then
text = mw.ustring.gsub(text,"[À-Ý]",accents)
end
text = mw.text.unstrip(text)