summaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch
blob: ee7f1c542f3981111866fe7be175bdde874b6e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 43c026c2ef8e63726aff987b7c7b65039aa8d455 Mon Sep 17 00:00:00 2001
From: William Pitcock <nenolod@dereferenced.org>
Date: Mon, 14 Mar 2011 11:32:45 -0500
Subject: [PATCH] profile: set system environment charset to UTF-8

---
 profile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/profile b/profile
index a292008..3480248 100644
--- a/profile
+++ b/profile
@@ -1,3 +1,4 @@
+export CHARSET=UTF-8
 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 export PAGER=less
 export PS1='\h:\w\$ '
-- 
1.7.4.1