]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/C-translit.h.in
Update.
[thirdparty/glibc.git] / locale / C-translit.h.in
CommitLineData
04fbc779
UD
1/* Transliteration for the C locale.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
4 Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
5
6 The GNU C Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public License as
8 published by the Free Software Foundation; either version 2 of the
9 License, or (at your option) any later version.
10
11 The GNU C Library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Library General Public License for more details.
15
16 You should have received a copy of the GNU Library General Public
17 License along with the GNU C Library; see the file COPYING.LIB. If not,
18 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21/* The entries here have to be sorted relative to the input string. */
22
23/* <U00A9> COPYRIGHT SIGN. */
24"\xa9" "(C)"
25
26/* <U00AB> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK. */
27"\xab" "<<"
28
29/* <U00AE> REGISTERED SIGN. */
30"\xae" "(R)"
31
32/* <U00BB> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK. */
33"\xbb" ">>"
34
35/* <U00BC> VULGAR FRACTION ONE QUARTER. */
36"\xbc" "1/4"
37
38/* <U00BD> VULGAR FRACTION ONE HALF. */
39"\xbd" "1/2"
40
41/* <U00BE> VULGAR FRACTION THREE QUARTERS. */
42"\xbe" "3/4"
43
44/* <U00C4> LATIN CAPITAL LETTER A WITH DIAERESIS. */
45/* XXX It is not clear whether this is the best transliteration for
46 all locales. If not, we probably have to take it out completely. */
47"\xc4" "AE"
48
49/* <U00C5> LATIN CAPITAL LETTER A WITH RING ABOVE. */
50/* XXX It is not clear whether this is the best transliteration for
51 all locales. If not, we probably have to take it out completely. */
52"\xc5" "AA"
53
54/* <U00C6> LATIN CAPITAL LETTER AE. */
55"\xc6" "AE"
56
57/* <U00D6> LATIN CAPITAL LETTER O WITH DIAERESIS. */
58/* XXX It is not clear whether this is the best transliteration for
59 all locales. If not, we probably have to take it out completely. */
60"\xd6" "OE"
61
62/* <U00DC> LATIN CAPITAL LETTER U WITH DIAERESIS. */
63/* XXX It is not clear whether this is the best transliteration for
64 all locales. If not, we probably have to take it out completely. */
65"\xdc" "UE"
66
67/* <U00DF> LATIN SMALL LETTER SHARP S. */
68"\xdf" "ss"
69
70/* <U00E4> LATIN SMALL LETTER A WITH DIAERESIS. */
71/* XXX It is not clear whether this is the best transliteration for
72 all locales. If not, we probably have to take it out completely. */
73"\xe4" "ae"
74
75/* <U00E5> LATIN SMALL LETTER A WITH RING ABOVE. */
76/* XXX It is not clear whether this is the best transliteration for
77 all locales. If not, we probably have to take it out completely. */
78"\xe5" "aa"
79
80/* <U00E6> LATIN SMALL LETTER AE. */
81"\xe6" "ae"
82
83/* <U00F6> LATIN SMALL LETTER O WITH DIAERESIS. */
84/* XXX It is not clear whether this is the best transliteration for
85 all locales. If not, we probably have to take it out completely. */
86"\xf6" "oe"
87
88/* <U00FC> LATIN SMALL LETTER U WITH DIAERESIS. */
89/* XXX It is not clear whether this is the best transliteration for
90 all locales. If not, we probably have to take it out completely. */
91"\xfc" "ue"
92
93/* <U201C> LEFT DOUBLE QUOTATION MARK. */
94"\x201c" "\""
95
96/* <U201D> RIGHT DOUBLE QUOTATION MARK. */
97"\x201d" "\""