c core: fix extra utf8 build conflict on windows

This commit is contained in:
jgmdev
2022-05-11 00:22:01 -04:00
parent 2c968073e4
commit 359880e963
4 changed files with 30 additions and 24 deletions
+2
View File
@@ -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