# HG changeset patch # User Matthew Wild # Date 1603371498 -3600 # Node ID 9d7a293849f3d98986fd90bec9f604351c10896e # Parent b1f7214c6ec20161935512850679fd4e7f06e97c libs.encodings: Export empty idna table diff -r b1f7214c6ec2 -r 9d7a293849f3 libs/encodings.lua --- a/libs/encodings.lua Thu Oct 22 13:55:15 2020 +0100 +++ b/libs/encodings.lua Thu Oct 22 13:58:18 2020 +0100 @@ -6,6 +6,7 @@ module "encodings" +idna = {}; stringprep = {}; base64 = { encode = mime.b64, decode = mime.unb64 };