Module:Sourcrowd: Difference between revisions

Content added Content deleted
(update)
(modify)
Line 22: Line 22:


function p.b2a( str, ctype )
function p.b2a( str, ctype )
local prefix
if ctype then
prefix = "&#x"
else
prefix = "%\u"
end
prefix = prefix+"5B"
return ctype
return prefix
end
end
return p
return p