Content deleted Content added
No edit summary |
No edit summary |
||
Line 312:
if sSep == nil or sSep == '' then return defaultSep end
sSep = decodeUnicode(
sSep = mw.ustring.gsub(
----newSep = mw.ustring.gsub(newSep, '[%s%w%d]', '')
if string.match(sSep, '[%s%w%d]') ~= nil then -- not ok ok
|