summaryrefslogtreecommitdiffstats
path: root/gl/config.charset
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 09:22:57 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 10:19:08 (GMT)
commit71cdb52799220f8d9052643baf1d3e9836a9c755 (patch)
tree27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/config.charset
parentf7afa46586645e50498d8b2d0c67884f014dc3a4 (diff)
downloadmonitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz
Sync with gnulib
Diffstat (limited to 'gl/config.charset')
-rwxr-xr-xgl/config.charset6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/config.charset b/gl/config.charset
index c233788..36ba683 100755
--- a/gl/config.charset
+++ b/gl/config.charset
@@ -1,7 +1,7 @@
1#! /bin/sh 1#! /bin/sh
2# Output a system dependent table of character encoding aliases. 2# Output a system dependent table of character encoding aliases.
3# 3#
4# Copyright (C) 2000-2004, 2006-2007 Free Software Foundation, Inc. 4# Copyright (C) 2000-2004, 2006-2008 Free Software Foundation, Inc.
5# 5#
6# This program is free software; you can redistribute it and/or modify 6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by 7# it under the terms of the GNU General Public License as published by
@@ -478,8 +478,8 @@ case "$os" in
478 # space nevertheless. 478 # space nevertheless.
479 echo "* UTF-8" 479 echo "* UTF-8"
480 ;; 480 ;;
481 beos*) 481 beos* | haiku*)
482 # BeOS has a single locale, and it has UTF-8 encoding. 482 # BeOS and Haiku have a single locale, and it has UTF-8 encoding.
483 echo "* UTF-8" 483 echo "* UTF-8"
484 ;; 484 ;;
485 msdosdjgpp*) 485 msdosdjgpp*)