|
@@ -4,7 +4,7 @@
|
|
|
<html><body>
|
|
|
|
|
|
<p>This is another example of a Lua server page, served by
|
|
|
-<a href="http://sourceforge.net/projects/civetweb/">Civetweb web server</a>.
|
|
|
+<a href="https://github.com/civetweb/civetweb">CivetWeb web server</a>.
|
|
|
</p><p>
|
|
|
The following features are available:
|
|
|
<ul>
|
|
@@ -33,7 +33,7 @@ The following features are available:
|
|
|
-- Print Lua version and available libraries
|
|
|
mg.write("<li>" .. _VERSION .. " with the following standard libraries</li>\n")
|
|
|
mg.write("<ul>")
|
|
|
- libs = {"string", "math", "table", "io", "os", "bit32", "package", "coroutine", "debug"};
|
|
|
+ libs = {"string", "math", "table", "io", "os", "bit32", "utf8", "package", "coroutine", "debug"};
|
|
|
for _,n in ipairs(libs) do
|
|
|
print_if_available(_G[n], n);
|
|
|
end
|