Add LC_CTYPE to environment variables in macOS (#9227)

* Add LANG to environment variables

Some componentes, e.g. tradfri, will not work properly unless LANG is an UTF-8 environment.

* Set LC_CTYPE to UTF-8
This commit is contained in:
morberg 2017-09-14 06:35:25 +02:00 committed by Paulus Schoutsen
parent 411c9620c1
commit b21bfe50d7

View File

@ -9,6 +9,8 @@
<dict>
<key>PATH</key>
<string>/usr/local/bin/:/usr/bin:/usr/sbin:$PATH</string>
<key>LC_CTYPE</key>
<string>UTF-8</string>
</dict>
<key>Program</key>