Content deleted Content added
No edit summary |
No edit summary |
||
Line 129:
if codepoint.int >= value.first
and codepoint.int <= value.last then
return value.str .. (codepoint.int - value.first + value.startNum)
end
end
|