aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/Unicode/utf8_to_win874.map
blob: d765744461fffdfabe2c5ff3d7f57c238905c991 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
static pg_utf_to_local ULmapWIN874[ 97 ] = {
  {0xc2a0, 0x00a0},
  {0xe0b881, 0x00a1},
  {0xe0b882, 0x00a2},
  {0xe0b883, 0x00a3},
  {0xe0b884, 0x00a4},
  {0xe0b885, 0x00a5},
  {0xe0b886, 0x00a6},
  {0xe0b887, 0x00a7},
  {0xe0b888, 0x00a8},
  {0xe0b889, 0x00a9},
  {0xe0b88a, 0x00aa},
  {0xe0b88b, 0x00ab},
  {0xe0b88c, 0x00ac},
  {0xe0b88d, 0x00ad},
  {0xe0b88e, 0x00ae},
  {0xe0b88f, 0x00af},
  {0xe0b890, 0x00b0},
  {0xe0b891, 0x00b1},
  {0xe0b892, 0x00b2},
  {0xe0b893, 0x00b3},
  {0xe0b894, 0x00b4},
  {0xe0b895, 0x00b5},
  {0xe0b896, 0x00b6},
  {0xe0b897, 0x00b7},
  {0xe0b898, 0x00b8},
  {0xe0b899, 0x00b9},
  {0xe0b89a, 0x00ba},
  {0xe0b89b, 0x00bb},
  {0xe0b89c, 0x00bc},
  {0xe0b89d, 0x00bd},
  {0xe0b89e, 0x00be},
  {0xe0b89f, 0x00bf},
  {0xe0b8a0, 0x00c0},
  {0xe0b8a1, 0x00c1},
  {0xe0b8a2, 0x00c2},
  {0xe0b8a3, 0x00c3},
  {0xe0b8a4, 0x00c4},
  {0xe0b8a5, 0x00c5},
  {0xe0b8a6, 0x00c6},
  {0xe0b8a7, 0x00c7},
  {0xe0b8a8, 0x00c8},
  {0xe0b8a9, 0x00c9},
  {0xe0b8aa, 0x00ca},
  {0xe0b8ab, 0x00cb},
  {0xe0b8ac, 0x00cc},
  {0xe0b8ad, 0x00cd},
  {0xe0b8ae, 0x00ce},
  {0xe0b8af, 0x00cf},
  {0xe0b8b0, 0x00d0},
  {0xe0b8b1, 0x00d1},
  {0xe0b8b2, 0x00d2},
  {0xe0b8b3, 0x00d3},
  {0xe0b8b4, 0x00d4},
  {0xe0b8b5, 0x00d5},
  {0xe0b8b6, 0x00d6},
  {0xe0b8b7, 0x00d7},
  {0xe0b8b8, 0x00d8},
  {0xe0b8b9, 0x00d9},
  {0xe0b8ba, 0x00da},
  {0xe0b8bf, 0x00df},
  {0xe0b980, 0x00e0},
  {0xe0b981, 0x00e1},
  {0xe0b982, 0x00e2},
  {0xe0b983, 0x00e3},
  {0xe0b984, 0x00e4},
  {0xe0b985, 0x00e5},
  {0xe0b986, 0x00e6},
  {0xe0b987, 0x00e7},
  {0xe0b988, 0x00e8},
  {0xe0b989, 0x00e9},
  {0xe0b98a, 0x00ea},
  {0xe0b98b, 0x00eb},
  {0xe0b98c, 0x00ec},
  {0xe0b98d, 0x00ed},
  {0xe0b98e, 0x00ee},
  {0xe0b98f, 0x00ef},
  {0xe0b990, 0x00f0},
  {0xe0b991, 0x00f1},
  {0xe0b992, 0x00f2},
  {0xe0b993, 0x00f3},
  {0xe0b994, 0x00f4},
  {0xe0b995, 0x00f5},
  {0xe0b996, 0x00f6},
  {0xe0b997, 0x00f7},
  {0xe0b998, 0x00f8},
  {0xe0b999, 0x00f9},
  {0xe0b99a, 0x00fa},
  {0xe0b99b, 0x00fb},
  {0xe28093, 0x0096},
  {0xe28094, 0x0097},
  {0xe28098, 0x0091},
  {0xe28099, 0x0092},
  {0xe2809c, 0x0093},
  {0xe2809d, 0x0094},
  {0xe280a2, 0x0095},
  {0xe280a6, 0x0085},
  {0xe282ac, 0x0080}
};