Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはのエンコーディングが原因であると確信しておりgdb、gdb でエンコーディングを変更するコマンドが見つかりました。
gdb
set charset charsetname
utf8、UTF8、UTF-8、utf-8、などgbkでgb2312を置き換えようとしましたがcharsetname、すべて返されました: Undefined name: charsetname。
utf8
UTF8
UTF-8
utf-8
gbk
gb2312
charsetname
Undefined name: charsetname
どのエンコーディングがgdbサポートされているかを知るにはどうすればよいですか?
入力
set charset
TAB キーを 2 回押すと、GDB は使用できる文字セットの名前を一覧表示します。