On Mon, May 7, 2012 at 2:45 PM, Bill J Gray <pl...@projectpluto.com> wrote:

> Is there any particular character encoding associated with PDCurses?

No. In the case you're talking about, the input comes from
ReadConsoleInput(). It's Windows itself that determines the active
console code page. (The tables in win32/pdckbd.c are all just for
things like ALT and function keys.) You could set it to a so-called
ANSI page if you wanted.

The exception is if you're using the WIDE build. In that case, you
always get Unicode. That's actually what I'd recommend.

Reply via email to