Skip to content

Instantly share code, notes, and snippets.

@tskrynnyk
Created January 12, 2015 02:07
Show Gist options
  • Select an option

  • Save tskrynnyk/adc1ea8b26e9f1af3703 to your computer and use it in GitHub Desktop.

Select an option

Save tskrynnyk/adc1ea8b26e9f1af3703 to your computer and use it in GitHub Desktop.
UTF-8 on FreeBSD
--- /etc/login.conf 2015-01-01 01:00:00.000000000 +0100
+++ login.conf_new 2015-01-01 03:10:00.000000000 +0100
@@ -26,7 +26,7 @@
:passwd_format=sha512:\
:copyright=/etc/COPYRIGHT:\
:welcome=/etc/motd:\
- :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
+ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,LC_COLLATE=C:\
:path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\
:nologin=/var/run/nologin:\
:cputime=unlimited:\
@@ -44,7 +44,9 @@
:pseudoterminals=unlimited:\
:priority=0:\
:ignoretime@:\
- :umask=022:
+ :umask=022:\
+ :charset=UTF-8:\
+ :lang=en_US.UTF-8:
#
# A collection of common class names - forward them all to 'default'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment