about summary refs log tree commit diff stats
path: root/profile/locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/locale.sh')
-rw-r--r--profile/locale.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/locale.sh b/profile/locale.sh new file mode 100644 index 0000000..5eca844 --- /dev/null +++ b/profile/locale.sh
@@ -0,0 +1,6 @@
1### locale settings
2
3## ensure UTF-8
4# this is an area that needs more research.
5# maybe just LC_ALL will work.
6LC_CTYPE=en_US.UTF-8