en@quot.header (1633B)
1 %% A header that gets inserted into message catalogs named en@quot.po. 2 %% 3 %% Copyright (C) 2001 Free Software Foundation, Inc. 4 %% This file is free software; the Free Software Foundation 5 %% gives unlimited permission to copy and/or distribute it, 6 %% with or without modifications, as long as this notice is preserved. 7 %% This file is offered as-is, without any warranty. 8 %% 9 %% Written by Bruno Haible <bruno@clisp.org>, 2001. 10 %% 11 # All this catalog "translates" are quotation characters. 12 # The msgids must be ASCII and therefore cannot contain real quotation 13 # characters, only substitutes like grave accent (0x60), apostrophe (0x27) 14 # and double quote (0x22). These substitutes look strange; see 15 # https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html 16 # 17 # This catalog translates grave accent (0x60) and apostrophe (0x27) to 18 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 19 # It also translates pairs of apostrophe (0x27) to 20 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 21 # and pairs of quotation mark (0x22) to 22 # left double quotation mark (U+201C) and right double quotation mark (U+201D). 23 # 24 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 25 # When output to an ISO-8859-1 terminal, the single quotation marks are 26 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to 27 # grave/acute accent (by libiconv), and the double quotation marks are 28 # transliterated to 0x22. 29 # When output to an ASCII terminal, the single quotation marks are 30 # transliterated to apostrophes, and the double quotation marks are 31 # transliterated to 0x22. 32 #