]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commit96b16428cc3c7fbdeab6adb58ea03f021fb7e273
treea15f902b00e67f908e159213c42c7033edb22417
parentf5211a209e4c471ac60326f702c50e7577d57d3a
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