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