diff --git a/nselib/unicode.lua b/nselib/unicode.lua index 27a4de2a8..2d130c222 100644 --- a/nselib/unicode.lua +++ b/nselib/unicode.lua @@ -11,7 +11,7 @@ local string = require "string" local table = require "table" local stdnse = require "stdnse" local unittest = require "unittest" -_ENV = stdnse.module("json", stdnse.seeall) +_ENV = stdnse.module("unicode", stdnse.seeall) -- Localize a few functions for a tiny speed boost, since these will be looped -- over every char of a string