LF_Gsub
const wchar_t *LF_Gsub (lua_State *L, const wchar_t *s,
const wchar_t *p, const wchar_t *r)
Description:
The function can be used as a replacement for luaL_gsub
,
working with wide char parameters, otherwise identical.