Changeset

431:9d7a293849f3

libs.encodings: Export empty idna table
author Matthew Wild <mwild1@gmail.com>
date Thu, 22 Oct 2020 13:58:18 +0100
parents 430:b1f7214c6ec2
children 432:07a0f9f2e69d
files libs/encodings.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 };