OpenRC: always set the UTF-8 variant for the locale.
--HG-- extra : convert_revision : 0f0ff2481fb5797a0e7759854ec3efd0a184f6fd
This commit is contained in:
@@ -24,5 +24,5 @@ start()
|
|||||||
# Set user defined locale
|
# Set user defined locale
|
||||||
[ -z "$LOCALE" ] && LOCALE="en_US"
|
[ -z "$LOCALE" ] && LOCALE="en_US"
|
||||||
einfo "Setting system locale [$LOCALE] [UTF-8]"
|
einfo "Setting system locale [$LOCALE] [UTF-8]"
|
||||||
echo "export LANG=$LOCALE" >> /etc/profile.d/locale.sh
|
echo "export LANG=$LOCALE.UTF-8" >> /etc/profile.d/locale.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user