Sublime does not apply settings from file ~/.config/sublime-text/Packages/User/Preferences.sublime-settings Reproducible: Always Steps to Reproduce: 1) Fresh install $ rm -rf ~/.config/sublime-text $ emerge -1 app-editors/sublime-text::gentoo 2) Check default encoding: > $ grep "fallback_encoding" \ ~/.config/sublime-text/Packages/Default/Preferences.sublime-settings > "fallback_encoding": "Western (Windows 1252)", 3) Set preffered encoding for User: > $ grep "fallback_encoding" \ ~/.config/sublime-text/Packages/User/Preferences.sublime-settings > "fallback_encoding": "Cyrillic (Windows 1251)", 4) Set preffered encoding for HTML syntax: > $ grep "fallback_encoding" \ ~/.config/sublime-text/Packages/User/HTML.sublime-settings 5) Convert UTF-8 file with Cyrillic strings into WINDOWS-1251 encoding: > $ iconv -c --from-code utf-8 --to-code windows-1251 \ > -o test-file.html test-file-cyr.html 6) Open file with Cyrillic strings in Sublime Text: > $ /usr/bin/subl test-file-cyr.html 7) Check, that Sublime Text program use fallback encoding from file: > ~/.config/sublime-text/Packages/Default/Preferences.sublime-settings Actual Results: Sublime Text program use fallback encoding from file: > ~/.config/sublime-text/Packages/Default/Preferences.sublime-settings Expected Results: Sublime Text program MUST use fallback encoding from file: > ~/.config/sublime-text/Packages/User/Preferences.sublime-settings
Steps to Reproduce: 1) Fresh install > $ rm -rf ~/.config/sublime-text > $ emerge -1 app-editors/sublime-text::gentoo 2) Check default encoding: > $ grep "fallback_encoding" \ > ~/.config/sublime-text/Packages/Default/Preferences.sublime-settings > "fallback_encoding": "Western (Windows 1252)", 3) Set preffered encoding for User: > $ grep "fallback_encoding" \ > ~/.config/sublime-text/Packages/User/Preferences.sublime-settings > "fallback_encoding": "Cyrillic (Windows 1251)", 4) Set preffered encoding for HTML syntax: > $ grep "fallback_encoding" \ > ~/.config/sublime-text/Packages/User/HTML.sublime-settings > "fallback_encoding": "Cyrillic (Windows 1251)", 5) Convert UTF-8 file with Cyrillic strings into WINDOWS-1251 encoding: > $ iconv -c --from-code utf-8 --to-code windows-1251 \ > -o test-file.html test-file-cyr.html 6) Open file with Cyrillic strings in Sublime Text: > $ /usr/bin/subl test-file-cyr.html 7) Check, that Sublime Text program use fallback encoding from > ~/.config/sublime-text/Packages/Default/Preferences.sublime-settings
I think you need to report this upstream.
I can't fix this, so if this is still a problem in 4_p4143, you have to report it upstream.