ComputerScienceHouse / bingehack

A fork of nethack with semi-multiplayer features and other customizations. (An in-heavy-development fork version is at https://github.com/computersciencehouse/bingehack4 )
http://nethack.csh.rit.edu
23 stars 4 forks source link

UTF-8 IBMGraphics Incompatible with Curses Interface #109

Closed clockfort closed 12 years ago

clockfort commented 12 years ago

Ideally, curses interface would use UTF-8 as well, and we would all carry on happy.

Unfortunately I can only render the Curses interface properly in ISO-8859-1:1998 (Latin-1, West Europe), and I can only render the map display (UTF-8 IBMGraphics enabled) in UTF-8 mode.

eatnumber1 commented 12 years ago

There's a way to use ncurses in UTF8 mode. We may just need to use that.

mveety commented 12 years ago

I don't get an issue when using it on 9front's vt. vt uses Runes throughout for text rendering.

eatnumber1 commented 12 years ago

Are you using the super-secret curses interface that has no documentation on how to enable?

mveety commented 12 years ago

I didn't know there was one, so my guess is no.

eatnumber1 commented 12 years ago

Yeah, that's what we're talking about here.

eatnumber1 commented 12 years ago

These fixes are now rolled out on nethack.csh.rit.edu