libs/encodings.lua

Tue, 12 Jan 2016 13:14:36 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2016 13:14:36 +0000
changeset 399
82ad158714e5
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

Merge with Zash

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