diff options
Diffstat (limited to 'gl/config.charset')
-rwxr-xr-x | gl/config.charset | 6 |
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*) |