0
modification
(nonLatin : pas de variable globale) |
(nonLatin : ajout execption pour le bloc latin étendu D (A720 à A7FF)) |
||
if codepoint > 879 and not ( -- > 036F
codepoint > 7423 and codepoint < 7936 or -- suppléments phonétique, diacritiques et latin (1D00 à 1EFF)
codepoint > 8191 and codepoint < 11392
codepoint > 42783 and codepoint < 43008 -- latin étendu D (A720 à A7FF)
) then
return true
end
|
modification