Sha256: 90e35325bf9b6b9562bd0882128ea4650b65c9389b35edf9ff534dc3a48e8bed

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 KB

Contents

# 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.
#

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ruby-compiler-0.1.1 vendor/gdbm/po/en@quot.header
controller_scaffolding-1.0.3 test/dummy/libiconv-1.13.1/po/en@quot.header
controller_scaffolding-1.0.2 test/dummy/libiconv-1.13.1/po/en@quot.header
controller_scaffolding-1.0.1 test/dummy/libiconv-1.13.1/po/en@quot.header
controller_scaffolding-1.0.0 test/dummy/libiconv-1.13.1/po/en@quot.header
controller_scaffolding-0.1.5 test/dummy/libiconv-1.13.1/po/en@quot.header