c core: fix extra utf8 build conflict on windows
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
-- inject utf8 functions to strings
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
local utf8 = require "utf8extra"
|
||||
|
||||
string.ubyte = utf8.byte
|
||||
string.uchar = utf8.char
|
||||
string.ufind = utf8.find
|
||||
|
||||
Reference in New Issue
Block a user