Content deleted Content added
Some optimizations for luacode(): Made Hyphenation fallback lazy with more common case first; only call getArgs() once |
Undefined variable reference checking could have helped! |
||
Line 100:
function p.luacode(args, skipHyphenSplit)
local country, subdivision =
--error(country)
if not skipHyphenSplit then
|