Explorar o código

change: 启用uft8库

Wendal Chen %!s(int64=3) %!d(string=hai) anos
pai
achega
45549ffcfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/src/luat_base_air105.c

+ 1 - 1
application/src/luat_base_air105.c

@@ -52,7 +52,7 @@ static const luaL_Reg loadedlibs[] = {
   {LUA_OSLIBNAME, luaopen_os},        // os库,已精简
   {LUA_STRLIBNAME, luaopen_string},   // string库,字符串操作
   {LUA_MATHLIBNAME, luaopen_math},    // math 数值计算
-//  {LUA_UTF8LIBNAME, luaopen_utf8},
+  {LUA_UTF8LIBNAME, luaopen_utf8},
   {LUA_DBLIBNAME, luaopen_debug},     // debug库,已精简
 #ifdef LUAT_USE_DBG
 #ifndef LUAT_USE_SHELL