ide - Changing source files encoding in XCode 4 -


We are mainly developing in C ++ under Windows and can write comments in Russian. That's why our OEM encoding is Cyrillic (Windows).

XCode 4 does not ask to specify file encoding when you add existing file to this project. And you can specify the correct encoding per file basis.

How do I change the encoding for more than 200 files?

Thank you. / Div>

Select the files in the project navigator (one or more). In the utility pane, you can change text encoding under the Text Settings group.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -