From: Bruno Haible Date: Tue, 30 Jan 2001 21:17:28 +0000 (+0000) Subject: Oops. X-Git-Tag: v0.10.36~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508707b50f5cb70cc9ab615683e14a38c7108893;p=thirdparty%2Fgettext.git Oops. --- diff --git a/intl/config.charset b/intl/config.charset index c1614a03f..d71de6bc7 100755 --- a/intl/config.charset +++ b/intl/config.charset @@ -1,7 +1,7 @@ #! /bin/sh # Output a system dependent table of character encoding aliases. # -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000-2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Library General Public License as published @@ -205,7 +205,7 @@ case "$os" in echo "UTF-8 UTF-8" ;; freebsd*) - # FreeBSD 3.3 doesn't have nl_langinfo(CODESET); therefore + # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII"