Sublime Forum

[Bug] Windows-1254 Charset Problem

#1

well… sorry for my english.

I need to test sublime before have a licence. But there is a one big problem.

Sublime doesnt read windows-1254 context properly.

E-texteditor

http://img683.imageshack.us/img683/2817/63966329.png

Sublime
http://img694.imageshack.us/img694/6786/82470021.png

And a switch charset to active context, that may really helpfull for me. Thanks.

0 Likes

#2

Did you open the file using the menu item “File/Open with encoding/Open with Turkish (Windows 1254)”?

0 Likes

#3

I usually have the same issue.
I have different files in different encodings. Can not Sublime detect it upon open?

0 Likes

#4

[quote=“hctopcu”]I usually have the same issue.
I have different files in different encodings. Can not Sublime detect it upon open?[/quote]

There’s no reliable way to detect the encoding of a file, except when a BOM is present (UTF8, UTF16).
There’s a plugin available (https://github.com/SublimeText/EncodingHelper) that guess the encoding of a file when opening it. Didn’t try it.

0 Likes