libs/encodings.lua

Thu, 03 Sep 2015 21:46:57 +0200

author
Kim Alvefur <zash@zash.se>
date
Thu, 03 Sep 2015 21:46:57 +0200
changeset 394
c2e959b60c13
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

plugins.smacks: explicitly import luasocket which stops setting globals in new versions

local function not_impl()
	error("Function not implemented");
end

local mime = require "mime";

module "encodings"

stringprep = {};
base64 = { encode = mime.b64, decode = mime.unb64 };

return _M;

mercurial