projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5069803
)
Add support for BeOS.
author
Jim Meyering
<jim@meyering.net>
Mon, 18 Dec 2000 23:04:28 +0000
(23:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 18 Dec 2000 23:04:28 +0000
(23:04 +0000)
lib/config.charset
patch
|
blob
|
history
diff --git
a/lib/config.charset
b/lib/config.charset
index 087c93baf55aa2c6413a801711da204e79bd0719..b1f5d41624c952eeae4d80b982989cbc301b141d 100755
(executable)
--- a/
lib/config.charset
+++ b/
lib/config.charset
@@
-227,4
+227,8
@@
case "$os" in
echo "$l.CP866 CP866"
done
;;
+ beos*)
+ # BeOS has a single locale, and it has UTF-8 encoding.
+ echo "C UTF-8"
+ ;;
esac