George Hester said:
Try the one I asked about \u20A4 How can I increase the character set
used in the command console to show this characer? It is called the Lira
sign. Have a little heart for an internationally challenged person.
Here are some things you can experiment with. You may want to set up a
special shortcut to cmd.exe so the the property changes you make can be
saved but will apply only to windows opened through that shortcut.
Change the font to Lucida Console. The other available fonts don't have
enough range to display the additional characters.
Execute the command "CHCP 10000" to establish Unicode as the currend code
page.
You can create Unicode text files with Wordpad, using the appropriate Save
As option. Within Worpad, you can enter Unicode characters by typing the
4-digit hexadecimal value of the character immediately followed by Alt-X.
Thus 20a4<alt-x> will produce the Lira sign.
I haven't experimented to determine how extensive this method of support
is, but it's heading in the right direction.