MestreLion / roguepc

Port of original PC-DOS Epyx Rogue to modern platforms
27 stars 6 forks source link

Allow unicode (UTF8) chars on player names and other text input #10

Open MestreLion opened 9 years ago

MestreLion commented 9 years ago

currently getinfo() text input ignores non-ASCII chars. But, being 2015, UTF-8 encoded characters should be allowed. Hopefully getnstr() will do this automatically (and correctly). Also see issue #4 for some caveats. And UTF-8 in rogue.opt should also be properly handled.