From 70ae0126a9fdea4ddac33579caf4dc0bb80c481d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 14 Mar 2011 11:34:47 -0500 Subject: main/alpine-baselayout: set system default charset to UTF-8 fixes #540 --- ...le-set-system-environment-charset-to-UTF-8.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch (limited to 'main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch') diff --git a/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch b/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch new file mode 100644 index 0000000000..ee7f1c542f --- /dev/null +++ b/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch @@ -0,0 +1,21 @@ +From 43c026c2ef8e63726aff987b7c7b65039aa8d455 Mon Sep 17 00:00:00 2001 +From: William Pitcock +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 + -- cgit v1.2.3