45,646
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 357: | Line 357: | ||
if not scripts[2] and not forceDetect then | if not scripts[2] and not forceDetect then | ||
-- Necessary, because Hani covers the entire Han range (while the Hant & Hans lists don't list shared characters). | -- Necessary, because Hani covers the entire Han range (while the Hant & Hans lists don't list shared characters). | ||
if | if scripts[1]:countCharacters(text) > 0 then | ||
return scripts[1] | return scripts[1] | ||
else | else |