From cd8beab6a43f9fdaf9ae708e729f87e5cfbaf0d7 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 13 Sep 2000 13:44:25 +0000 Subject: [PATCH] Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it. --- charset.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charset.c b/charset.c index 00efd6f5..b8d5f1ac 100644 --- a/charset.c +++ b/charset.c @@ -175,6 +175,13 @@ PreferredMIMENames[] = * submit a patch to . */ + /* + * David Champion has observed this with + * nl_langinfo under SunOS 5.8. + */ + + { "646", "us-ascii" }, + /* End of aliases. Please keep this line last. */ { NULL, NULL } -- 2.50.1