1/*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public License as
4 * published by the Free Software Foundation; either version 2 of
5 * the License, or (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 * GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License
13 * along with this program; if not, write to the Free Software
14 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
15 * MA 02111-1307 USA
16 */
17# All this catalog "translates" are quotation characters.
18# The msgids must be ASCII and therefore cannot contain real quotation
19# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
20# and double quote (0x22). These substitutes look strange; see
21# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22#
23# This catalog translates grave accent (0x60) and apostrophe (0x27) to
24# left single quotation mark (U+2018) and right single quotation mark (U+2019).
25# It also translates pairs of apostrophe (0x27) to
26# left single quotation mark (U+2018) and right single quotation mark (U+2019)
27# and pairs of quotation mark (0x22) to
28# left double quotation mark (U+201C) and right double quotation mark (U+201D).
29#
30# When output to an UTF-8 terminal, the quotation characters appear perfectly.
31# When output to an ISO-8859-1 terminal, the single quotation marks are
32# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
33# grave/acute accent (by libiconv), and the double quotation marks are
34# transliterated to 0x22.
35# When output to an ASCII terminal, the single quotation marks are
36# transliterated to apostrophes, and the double quotation marks are
37# transliterated to 0x22.
38#
39# This catalog furthermore displays the text between the quotation marks in
40# bold face, assuming the VT100/XTerm escape sequences.
41#
42