diff options
author | Elliott Hughes <enh@google.com> | 2015-02-15 12:34:33 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-02-15 16:11:56 -0800 |
commit | 41f677100e15f315f638774fbd055e497fc90069 (patch) | |
tree | 961dfef28571e02a7d969fbba9bb51991086476b /src/po/en@boldquot.header | |
parent | db42bd18ad7a482e080e506f47121383e19274ef (diff) | |
download | android_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.tar.gz android_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.tar.bz2 android_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.zip |
Export elfutils headers and lose the version number from the path.
Having the version number in the path just means that diffs for updates
are completely unusable.
perf refers to libdw.h, libdwfl.h, and version.h as <elfutils/libdw.h> and
so on, so we do still need to do some manual work there, but let's use
symlinks rather than duplicating the header files.
Change-Id: I9fd3c5f5024bde12747fdb1c06d21cdcb3418f03
Diffstat (limited to 'src/po/en@boldquot.header')
-rw-r--r-- | src/po/en@boldquot.header | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/po/en@boldquot.header b/src/po/en@boldquot.header new file mode 100644 index 00000000..fedb6a06 --- /dev/null +++ b/src/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. +# |