From 9cb5ad198d4ebb1d51441ee81db0bdc63e22bf1c Mon Sep 17 00:00:00 2001 From: Natanael Copa 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