Searched refs:UTF8PATT (Results 1 – 1 of 1) sorted by relevance
235 #define UTF8PATT "[\0-\x7F\xC2-\xF4][\x80-\xBF]*" macro252 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1); in luaopen_utf8()