diff options
author | Adam Tkac <atkac@redhat.com> | 2009-09-07 10:34:58 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-09-07 10:34:58 +0000 |
commit | 8cfa1eda338a5647282d0464558a67eed9d10b70 (patch) | |
tree | 9c6e2b774bfb78a6a68df2e85d93082240645d78 /po/en@boldquot.header | |
parent | 08c5d4785ab0b5a8c60e12cf793b3311da975ed7 (diff) | |
download | tigervnc-8cfa1eda338a5647282d0464558a67eed9d10b70.tar.gz tigervnc-8cfa1eda338a5647282d0464558a67eed9d10b70.zip |
Fix compilation of i18n bits.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3897 3789f03b-4d11-0410-bbf8-ca57d06f2519
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..fedb6a06 --- /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 +# 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. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# |