Can I ask what library you use for your roguelikes? Last time I was working with ncurses, I found it doesn't support unicode, and wncurses isn't well support on the Mac.
I use a few libraries. The roguelike one I use is rotLove[0] for LÖVE[1] for Lua[2], which is a port of rot.js[3], which is itself a libtcod[4] port. However, fonts are handled by LÖVE. I have a bug filed with them right now where Chinese text crashes though, so I wouldn't call it ultra stable. Then again, it's just a fun project to learn Lua, so I'm not in a hurry.
[0] https://github.com/paulofmandown/rotLove [1] http://love2d.org/ [2] http://lua.org [3] http://ondras.github.io/rot.js/ [4] https://bitbucket.org/libtcod/libtcod