Module:Sourcrowd: Difference between revisions

Content added Content deleted
(update)
(modify)
Line 22:
 
function p.b2a( str, ctype )
local prefix
if ctype then
prefixb2a = '&#xx05B;'
else
prefixb2a = '%%%\uu05B'
end
 
return prefixb2a
prefix = prefix .. '5B;'
return prefix
end
return p