Search found 1 match
- Thu Sep 30, 2010 11:54 pm
- Forum: Support and Development
- Topic: Lua & Encoding?
- Replies: 5
- Views: 4940
Lua & Encoding?
Hi guys, I'm dicking around with a 'roguelike' game and need to use certain non-ascii characters in my output. These would be: ▟ █ ▛ ░ ▒ ◎ ▎▜ ▙ Д Ѯ Ѫ ҂ Ϡ etc. etc. Now, I'm fairly new to LUA as I began coding this project in curses with Python, but I stumbled across this library and it seems pretty ...