6.10 Setting Proper Character Encoding Page on Microsoft Windows
Specify the encoding to interpret the characters dispalyed on the HTML page correctly.
Should you see strange characters in the text from AHF Scope console, for
example:
278 waitclass_userio Ás/s
Verify the code page being active using the chcp
command. For example,
the page 437 (US default) unfortunately does not provide a proper display to the Greek
"micro" character. Change the page to page 850 - Multilingual (Latin I) in order to see
the "unicode character" Greek 'µ' showing up properly.
c:\rac\crf>chcp
Active code page: 437
c:\rac\crf>chcp 850
Active code page: 850
...
278 waitclass_userio µs/s
Parent topic: Analyze Issue Root Cause