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
if ctype then
prefix = '&#x'
b2a = '['
else
else
prefix = '%%%\u'
b2a = '\u05B'
end
end

return b2a
prefix = prefix .. '5B;'
return prefix
end
end
return p
return p