-fexec-charset オプションについて

実行ファイルの文字セットを指定したいって場合に、GCC では -fexec-charset オプションが使えるみたいです。・Invocation - The C Preprocessor https://gcc.gnu.org/onlinedocs/cpp/Invocation.html fexec-charset=charset Set the execution character set, used for string and character constants. The default is U…