Sublime Forum

Diffirent Encodings In Projects

#1

Hello,

I have two project in Sublime Text 2.
One is in UTF8 encoding and the other one is Turkish (ISO 8859-9)

Is it possible to use both project in different encodings?

Thanks.

0 Likes

#2

This worked for me:

Base File.sublime-settings

I changed

"fallback_encoding": "Western (Windows 1252)",

to

"fallback_encoding": "Turkish (Windows 1254)",

It worked.

Thanks anyway.

0 Likes