aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch')
-rw-r--r--main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch b/main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch
new file mode 100644
index 0000000000..45a48aca36
--- /dev/null
+++ b/main/alpine-baselayout/0001-profile-set-LANG-en.utf8.patch
@@ -0,0 +1,23 @@
+From 9cb5ad198d4ebb1d51441ee81db0bdc63e22bf1c Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Fri, 17 May 2013 09:18:52 +0000
+Subject: [PATCH] profile: set LANG=en.utf8
+
+fixes utf8 in busybox
+---
+ profile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/profile b/profile
+index bb99d29..5144f7d 100644
+--- a/profile
++++ b/profile
+@@ -1,4 +1,5 @@
+ export CHARSET=UTF-8
++export LANG=en.utf8
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PAGER=less
+ export PS1='\h:\w\$ '
+--
+1.8.2.3
+