LoginSignup
2
2

More than 5 years have passed since last update.

Visual C++でソースコードの文字コードをUTF-8にする

Last updated at Posted at 2016-06-28

方法

プロジェクトのプロパティを開く => 構成プロパティ => C/C++ => コマンドライン
追加のオプションの欄に"/utf-8"と記述

image

結果

image

※ウォッチ式中で , s8 と記述するとutf8として変数を扱います

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2