Cannot open text files with Turkish characters

0

I am learning Turkish and I would like to be able to open Turkish text files. I am running Windows 7 and I have even installed the Turkish display language for Windows.

But I am still not able to open and see text-files in Turkish correctly. VLC also has problems processing the subtitle files. Turkish people can see the files perfectly fine however.

Turkish characters misformed

ujjain

Posted 2012-09-20T13:36:45.430

Reputation: 1 425

Answers

2

The text is apparently data in ISO-8859-9 (or windows-1254) misinterpreted as ISO-8859-1 (or windows-1252). You need a program where the character encoding can be set manually, or you need to convert the data to another format, preferably UTF-8.

Changing the system language via Control Panel is another option, as it will set the default 8-bit encoding. But it has a much wider impact than you expect, so I would not recommend it.

Jukka K. Korpela

Posted 2012-09-20T13:36:45.430

Reputation: 4 475

Actually this was the only option to make these subtitles work, but it makes installers and other software programs think I am Turkish, so their default language is Turkish. – ujjain – 2013-01-13T20:02:04.323