VLERange: a range in between BidirectionalRange andRandomAccessRange
Nick Sabalausky
a at a.a
Fri Jan 14 11:55:49 PST 2011
"spir" <denis.spir at gmail.com> wrote in message
news:mailman.624.1295013588.4748.digitalmars-d at puremagic.com...
>
> If it does not display properly, either set your terminal to UTF* or use a
> more unicode-aware font (eg DejaVu series).
>
How to do that on the Windows (XP) command prompt, for anyone who doesn't
know:
Step 1:
Right-click title bar, "Properties", "Font" tab, set font to "Lucidia
Console" (It'll look weird at first, but you get used to it.)
Step 2 (I had to google this step):
For just the current terminal session: Run "chcp 65001". (Ie "CHange Code
Page) Also, you can run "chcp" to just see what codepage you're already set
to.
To make it work permanently: Put "chcp 65001" into the registry key
"HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun"
More information about the Digitalmars-d
mailing list