The old behavior of quoting `like this' doesn't look good with
authorJim Meyering <jim@meyering.net>
Sun, 9 Jul 2000 15:46:46 +0000 (15:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Jul 2000 15:46:46 +0000 (15:46 +0000)
commit12cdbeb96a97dd3690073cb955c002b4e7adf16d
tree584703f4283f0ebb048f9029b5da7ad383676a2c
parent7febef0246ed11000d66c2897f54b37073c3ed00
The old behavior of quoting `like this' doesn't look good with
newer, ISO-style fonts.  See:
http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

Instead, quote "like this" by default.  Let the translator
tailor the locale-specific quoting behavior by providing
translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.

(N_): New macro.
(gettext_default): New function.
(quotearg_buffer_restyled): Use
gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
lib/quotearg.c