Well, Umm... I am a little furious with the codepages in Windows(R) console.
My aim is to change default CP into specific CP in the console without rebooting.
Sounds easy, right?
In Win7, the default CP can be changed into some CPs, but some cannot.
eg.
> chcp [ 437 | 850 | 852 | 855 | 857 | 860 | 861 | 863 | 865 | 866 | 869 | 65001 | ... ]
> Active code page: nnn
but some can't, eg.
> chcp [ 932 | 936 | 949 | 950 ]
> Invalid code page
If I want to change default CP into CP (932, 936, 949, 950), I have to get into control panel, change the system locale, and reboot my computer.
Isn't it weird? I am curious about the reason.Thanks.