/[cvs]/ccvs/lib/quotearg.c
ViewVC logotype

Diff of /ccvs/lib/quotearg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dprice, Mon May 23 17:44:32 2005 UTC revision 1.3 by dprice, Fri Aug 12 20:58:10 2005 UTC
# Line 1  Line 1 
1  /* quotearg.c - quote arguments for output  /* quotearg.c - quote arguments for output
2    
3     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software
4     Foundation, Inc.     Foundation, Inc.
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 222  quotearg_buffer_restyled (char *buffer, Line 222  quotearg_buffer_restyled (char *buffer,
222      case locale_quoting_style:      case locale_quoting_style:
223      case clocale_quoting_style:      case clocale_quoting_style:
224        {        {
225          /* Get translations for open and closing quotation marks.          /* TRANSLATORS:
226               Get translations for open and closing quotation marks.
227    
228             The message catalog should translate "`" to a left             The message catalog should translate "`" to a left
229             quotation mark suitable for the locale, and similarly for             quotation mark suitable for the locale, and similarly for
# Line 235  quotearg_buffer_restyled (char *buffer, Line 236  quotearg_buffer_restyled (char *buffer,
236             should translate "'" to U+201D (RIGHT DOUBLE QUOTATION             should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
237             MARK).  A British English Unicode locale should instead             MARK).  A British English Unicode locale should instead
238             translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and             translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and
239             U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.  */             U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
240    
241               If you don't know what to put here, please see
242               <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
243               and use glyphs suitable for your language.  */
244    
245          char const *left = gettext_quote (N_("`"), quoting_style);          char const *left = gettext_quote (N_("`"), quoting_style);
246          char const *right = gettext_quote (N_("'"), quoting_style);          char const *right = gettext_quote (N_("'"), quoting_style);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26