aboutsummaryrefslogtreecommitdiffstats
path: root/ucs_latin1.h
blob: 286a303cd5a626f1f7f6b7b6fa3330eb0cc640e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
static entity_map ucs_latin1_map[] =
{
    { 0x0152, "OE" },
    { 0x0153, "oe" },
    { 0x0178, "Y:" },
    { 0x0192, "f" },
    { 0x02C6, "^" },
    { 0x02DC, "~" },
    { 0x03BC, "\xB5" },
    { 0x2002, " " },
    { 0x2003, " " },
    { 0x2013, "\xAD" },
    { 0x2014, "-" },
    { 0x2018, "`" },
    { 0x2019, "'" },
    { 0x201A, "\xB8" },
    { 0x201C, "\"" },
    { 0x201D, "\"" },
    { 0x201E, ",," },
    { 0x2022, "*" },
    { 0x2030, "0/00" },
    { 0x2032, "'" },
    { 0x2033, "\"" },
    { 0x2039, "<" },
    { 0x203A, ">" },
    { 0x2044, "/" },
    { 0x20AC, "=C=" },
    { 0x2122, "TM" },
    { 0x2205, "\xF8" },
    { 0x2212, "-" },
    { 0x223C, "~" },
    { 0x2260, "!=" },
    { 0x2261, "=" },
    { 0x2264, "<=" },
    { 0x2265, ">=" },
};