[JW Lua] Niente

Nick Mazuk nick at nickmazuk.com
Sun Jun 23 01:05:04 CEST 2019


Ok, so quick update. It seems that Lua 5.2 doesn’t support UTF-8 sometimes. I was able to get some UTF-8 symbols to work (like ½), but not ñ.

To get UTF-8 to work, you need to use the escaped hex code (e.g. “\xC3\xB1”). For the ½ symbol, it’s code is technically \xC2\xBD, but using \xBD alone gets the proper symbol.

However, no way that I’ve found to type ñ. Any ideas?

Thanks,

Nick


More information about the JWLua mailing list