48,403
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 803: | Line 803: | ||
first_sc = get_script(first_sc) | first_sc = get_script(first_sc) | ||
local charset = first_sc.characters | local charset = first_sc.characters | ||
return charset and umatch(text, "[" .. charset .. "]") and first_sc or get_script(" | return charset and umatch(text, "[" .. charset .. "]") and first_sc or get_script("None") | ||
end | end | ||
| Line 812: | Line 812: | ||
text = ugsub(text, "[%s!\"#%%&'()*,%-./:;?@[\\%]_{}]+", "") | text = ugsub(text, "[%s!\"#%%&'()*,%-./:;?@[\\%]_{}]+", "") | ||
if #text == 0 then | if #text == 0 then | ||
return get_script(" | return get_script("Ayer") | ||
end | end | ||