Home >Operation and Maintenance >Safety >How to set up IDA Chinese encoding
File directory: cfg/ida.cfg
Comment out (AsciiStringChars in cp866 version)
// (cp866 version)
//AsciiStringChars =
Uncomment (full version AsciiStringChars in)
// (full version)
AsciiStringChars =
In the disassembly code page, Alt A
will
change encoding
set default encodings
Change to utf-8 encoding
##
The above is the detailed content of How to set up IDA Chinese encoding. For more information, please follow other related articles on the PHP Chinese website!