Blame po/en@quot.header

Packit 3ff1e7
# All this catalog "translates" are quotation characters.
Packit 3ff1e7
# The msgids must be ASCII and therefore cannot contain real quotation
Packit 3ff1e7
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
Packit 3ff1e7
# and double quote (0x22). These substitutes look strange; see
Packit 3ff1e7
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Packit 3ff1e7
#
Packit 3ff1e7
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
Packit 3ff1e7
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
Packit 3ff1e7
# It also translates pairs of apostrophe (0x27) to
Packit 3ff1e7
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
Packit 3ff1e7
# and pairs of quotation mark (0x22) to
Packit 3ff1e7
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
Packit 3ff1e7
#
Packit 3ff1e7
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
Packit 3ff1e7
# When output to an ISO-8859-1 terminal, the single quotation marks are
Packit 3ff1e7
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
Packit 3ff1e7
# grave/acute accent (by libiconv), and the double quotation marks are
Packit 3ff1e7
# transliterated to 0x22.
Packit 3ff1e7
# When output to an ASCII terminal, the single quotation marks are
Packit 3ff1e7
# transliterated to apostrophes, and the double quotation marks are
Packit 3ff1e7
# transliterated to 0x22.
Packit 3ff1e7
#