|
> I have a requirement to patch the Lua core to handle different code pages. > Is there a better way of doing it? See lctype.c and lctype.h but this route won't allow you to dynamically change code pages. Perhaps edit lzio.c and make luaZ_fill change from EBCDIC to ASCII.