libs/encodings.lua

Thu, 09 Sep 2010 19:27:46 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 09 Sep 2010 19:27:46 +0100
changeset 121
9b31ac5a37ea
parent 107
59c6f2deb8ab
child 130
5de7f66e4168
permissions
-rw-r--r--

plugins.disco: Further fixes to storing and retrieving to/from the disco cache

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

module "encodings"

stringprep = {};
base64 = { encode = not_impl, decode = not_impl };

return _M;

mercurial