mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
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:
parent
411c9620c1
commit
b21bfe50d7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user