bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/11] quote consistently and make tests pass with new quotin


From: Paul Eggert
Subject: Re: [PATCH 10/11] quote consistently and make tests pass with new quoting from gnulib
Date: Wed, 25 Jan 2012 11:33:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

Does the following gnulib patch fix things for Bison on OS X?
I'll CC: this to address@hidden, to give Bruno Haible
a heads-up about the localcharset problem.

localcharset: port to Mac OS X's C locale
* lib/localcharset.c (get_charset_aliases) [DARWIN7]:
Map "US-ASCII" to "ASCII".  Problem reported by Akim Demaille in
<http://lists.gnu.org/archive/html/bug-bison/2012-01/msg00107.html>.
diff --git a/lib/localcharset.c b/lib/localcharset.c
index d86002c..68ccf60 100644
--- a/lib/localcharset.c
+++ b/lib/localcharset.c
@@ -262,6 +262,7 @@ get_charset_aliases (void)
            "ISO8859-9" "\0" "ISO-8859-9" "\0"
            "ISO8859-13" "\0" "ISO-8859-13" "\0"
            "ISO8859-15" "\0" "ISO-8859-15" "\0"
+           "US-ASCII" "\0" "ASCII" "\0"
            "KOI8-R" "\0" "KOI8-R" "\0"
            "KOI8-U" "\0" "KOI8-U" "\0"
            "CP866" "\0" "CP866" "\0"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]