My little requirement is that CS can shoot Chinese characters in its output. I read some threads and notice that Bruce advised the server can process multi-byte characters alright, though the C++ console can’t display them.
However my test turned out to be disappointing. In a setup of simply sending “:do chinese-string” thru a socket volley with SC server, the Chinese string is echoed as a serious of ? characters as depicted in the attached screen shot - the last line is the correct hex string of the 5 double-byte Chinese characters, while the two lines above it are the actual CS response in string and hex formats respectively.
Is there any way I can make CS output Chinese? Many thanks.