How can I get the encoding of my Windows XP system. Is there any command for command prompt through which I can know the default encoding of my system.
regards
feedback
|
This question came from our site for professional and enthusiast programmers.
|
| |||
|
feedback
|
|
Just head for the Control Panel | Regional and Language Options | Advanced tab or Microsoft MSDN Library has a solution to get the encoding for the operating system's current ANSI code page. You can use the following VB code:
There are also syntaxes for C#, C++ and JScript. Have a look at MSDN Library for more info. | ||||
|
feedback
|