#! /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
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"