diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-29 19:53:25 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-01 03:21:49 +0000 |
commit | 8ececf43d07717d2fbfaa22fcbf6bdeea5b6fed9 (patch) | |
tree | b7b9c416f80af0290bf608db2c432e7b2aae70b5 /po/en@boldquot.header | |
parent | CVE-2024-3094: remove .gitignore (diff) | |
download | xz-8ececf43d07717d2fbfaa22fcbf6bdeea5b6fed9.tar.xz |
CVE-2024-3094: autoreconf-2.72 -fi
Diffstat (limited to 'po/en@boldquot.header')
-rw-r--r-- | po/en@boldquot.header | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/po/en@boldquot.header b/po/en@boldquot.header new file mode 100644 index 00000000..506ca9e9 --- /dev/null +++ b/po/en@boldquot.header @@ -0,0 +1,25 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# |