Module:String2/sandbox: Difference between revisions

Content deleted Content added
use mw.text.decode
encode result at the end
Line 327:
end
end
table.insert (out, mw.text.encode(item) ); -- add the (possibly modified) item to the output table
end