libs.encodings: Export empty idna table

Thu, 22 Oct 2020 13:58:18 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 22 Oct 2020 13:58:18 +0100
changeset 431
9d7a293849f3
parent 430
b1f7214c6ec2
child 432
07a0f9f2e69d

libs.encodings: Export empty idna table

libs/encodings.lua file | annotate | diff | comparison | revisions
--- 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 };
 

mercurial