jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

Encoding for build systems should default or fall back to `locale.getpreferredencoding()` #110

Closed FichteFoll closed 8 years ago

FichteFoll commented 9 years ago

The exec command defaults to "utf-8" but it should consider locale.getpreferredencoding(True/False) as well, either as default or as fallback in case utf-8 fails.

Currently you either need to patch exec.py yourself or edit the correct encoding in the build systems that fail.

FichteFoll commented 8 years ago

This issue was moved to SublimeTextIssues/Core#1184