| Author |
Message |
   
morisato
Username: morisato
Registered: N/A
| | Posted on Thursday, Oct 1, 2009 - 12:08: | |
I was wondering if you can change language in Winhex to show other languages instead of garbled code? Like if I'm searching for certain in Chinese it would show up as garbled. Is there a way to make it viewable in its original language form? |
   
Stefan Fleischmann
Username: admin
Registered: 1-2001
| | Posted on Thursday, Oct 1, 2009 - 12:56: | |
> I was wondering if you can change language in Winhex to > show other languages instead of garbled code? That is not a question of changing the language in WinHex. If the test is stored in Unicode, then simply change the character set for the display (the text column): Options | Character Set | Unicode. If it's stored in a particular code page, then you could change the active code page in your Windows system to that code page and make sure that Options | General Options | [ ] "Display bytes as text one by one" is not checked. If it's stored in a particular code page, then you could also convert the text to Unicode with Edit | Convert. |
   
morisato
Username: morisato
Registered: N/A
| | Posted on Friday, Oct 2, 2009 - 4:28: | |
Works perfectly. Thanks Stefan. |