LoginSignup
1
2

More than 5 years have passed since last update.

openFrameworksで日本語の文字化けを直す

Last updated at Posted at 2017-04-06

1. 概要

Project Generatorでアップデートすると日本語が文字化けしてしまいますよね。
そんなときに元に戻す方法です。

スクリーンショット_2017-04-06_10_43_24.png

2. 環境

  • Xcode 8.3
  • openFrameworks v0.9.8

3. 手順

3.1 右側のText Setting欄のText Encodingを押す

スクリーンショット_2017-04-06_10_43_24.png

3.2 Unicode (UTF-8)を選択する

スクリーンショット_2017-04-06_10_43_33.png

3.3 ポップアップウィンドウでReinterpretを押す

スクリーンショット_2017-04-06_10_43_36.png

3.4 元通り!

スクリーンショット_2017-04-06_10_43_41.png

プロジェクトジェネレータを使うたびにやるのは面倒ですけどね…。

1
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
1
2