]> git.sur5r.net Git - i3/i3/commitdiff
Use UTF-8 for all locale types in the manpage.
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 20 May 2009 19:51:47 +0000 (21:51 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 20 May 2009 19:53:54 +0000 (21:53 +0200)
Though this does not make a difference, it is a cleaner way like this.

man/i3.man

index 037827fc33c78bcad0132e15c7aaf17af75d1f0e..4f0c3fe417d327b4df3d1168197d08dc74cba9ea 100644 (file)
@@ -214,16 +214,16 @@ xset -b
 # Enforce correct locales from the beginning
 unset LC_COLLATE
 export LC_CTYPE=de_DE.UTF-8
-export LC_TIME=de_DE.ISO8859-15
-export LC_NUMERIC=de_DE.ISO8859-15
-export LC_MONETARY=de_DE.ISO8859-15
+export LC_TIME=de_DE.UTF-8
+export LC_NUMERIC=de_DE.UTF-8
+export LC_MONETARY=de_DE.UTF-8
 export LC_MESSAGES=C
-export LC_PAPER=de_DE.ISO8859-15
-export LC_NAME=de_DE.ISO8859-15
-export LC_ADDRESS=de_DE.ISO8859-15
-export LC_TELEPHONE=de_DE.ISO8859-15
-export LC_MEASUREMENT=de_DE.ISO8859-15
-export LC_IDENTIFICATION=de_DE.ISO8859-15
+export LC_PAPER=de_DE.UTF-8
+export LC_NAME=de_DE.UTF-8
+export LC_ADDRESS=de_DE.UTF-8
+export LC_TELEPHONE=de_DE.UTF-8
+export LC_MEASUREMENT=de_DE.UTF-8
+export LC_IDENTIFICATION=de_DE.UTF-8
 
 # Enable core dumps in case something goes wrong
 ulimit -c unlimited