Module:Sourcrowd: Difference between revisions

Content added Content deleted
(modify)
(update)
Line 23: Line 23:
function p.b2a( str, ctype )
function p.b2a( str, ctype )
if ctype then
if ctype then
b2a = '['
retValue = '['
else
else
b2a = '\u{05B}'
retValue = '\u{05B}'
end
end


return
return retValue
end
end
return p
return p