Skip to content

Instantly share code, notes, and snippets.

@soardex
Last active March 14, 2017 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soardex/17a2abaa4f393704e7fc6f6f9fea17c1 to your computer and use it in GitHub Desktop.
Save soardex/17a2abaa4f393704e7fc6f6f9fea17c1 to your computer and use it in GitHub Desktop.
Make FreeBSD Unicode
# /etc/login.conf
\:umask=022:\
\:charset=UTF-8:\
\:lang=en_US.UTF-8:
# cap_mkdb /etc/login.conf
# /etc/profile
setenv LANG en_US.UTF-8
setenv CHARSET UTF-8
setenv GDM_LANG en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment