diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 10:47:43 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 10:47:43 +0000 |
commit | ac3a1c8ebd6b0c025c05a86b4e89187a76e2950f (patch) | |
tree | 5612119d8870602403198e14469784a807806bf8 /po/en@quot.header | |
parent | 17b4e2be1ee8924e500f689914987d00f4477517 (diff) | |
download | idutils-ac3a1c8ebd6b0c025c05a86b4e89187a76e2950f.tar.gz idutils-ac3a1c8ebd6b0c025c05a86b4e89187a76e2950f.tar.bz2 idutils-ac3a1c8ebd6b0c025c05a86b4e89187a76e2950f.zip |
*** empty log message ***
Diffstat (limited to 'po/en@quot.header')
-rw-r--r-- | po/en@quot.header | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/po/en@quot.header b/po/en@quot.header new file mode 100644 index 0000000..a9647fc --- /dev/null +++ b/po/en@quot.header @@ -0,0 +1,22 @@ +# 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 +# http://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. +# |