in reply to Change the charset for a window
I know you can do stuff to windows with the win32::API but I'm not sure if you can change the character set used by a window.
What do you mean by "character set"? You can change both the input and output codepages (see Win32::Console). If you're on Vista or Server2008 you can set the font, but not prior to that. That new functionality isn't (yet) a part of Win32::Console so you'd have to resort to Win32::API
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Change the charset for a window
by kanegr (Acolyte) on Sep 05, 2008 at 23:44 UTC | |
by BrowserUk (Patriarch) on Sep 06, 2008 at 00:22 UTC |