Skip to content

Commit c9d239d

Browse files
committed
Set LANG to UTF-8 in Launch Agent property list
As noted in the `pbcopy` man page, in the absence of a LANG environment variable setting, `pbcopy` uses the standard C encoding. UTF-8, however, is recommended. As this seems a reasonable default, let's stick it in the property list. Fixes: https://wincent.com/issues/2119 Signed-off-by: Wincent Colaiuta <[email protected]>
1 parent 479d6aa commit c9d239d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: com.wincent.clipper.plist

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<string>--port</string>
1313
<string>8377</string>
1414
</array>
15+
<key>EnvironmentVariables</key>
16+
<dict>
17+
<key>LANG</key>
18+
<string>en_US.UTF-8</string>
19+
</dict>
1520
<key>KeepAlive</key>
1621
<true/>
1722
<key>LimitLoadToSessionType</key>

0 commit comments

Comments
 (0)