]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/cp1250.h
colibri_imx6: switch to zimage
[thirdparty/u-boot.git] / include / cp1250.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 /*
4 * Constant CP1250 contains the Unicode code points for characters 0x80 - 0xff
5 * of the code page 1250.
6 */
7 #define CP1250 { \
8 0x20ac, 0x0000, 0x201a, 0x0000, \
9 0x201e, 0x2026, 0x2020, 0x2021, \
10 0x0000, 0x2030, 0x0160, 0x2039, \
11 0x015a, 0x0164, 0x017d, 0x0179, \
12 0x0000, 0x2018, 0x2019, 0x201c, \
13 0x201d, 0x2022, 0x2013, 0x2014, \
14 0x0000, 0x2122, 0x0161, 0x203a, \
15 0x015b, 0x0165, 0x017e, 0x017a, \
16 0x00a0, 0x02c7, 0x02d8, 0x0141, \
17 0x00a4, 0x0104, 0x00a6, 0x00a7, \
18 0x00a8, 0x00a9, 0x015e, 0x00ab, \
19 0x00ac, 0x00ad, 0x00ae, 0x017b, \
20 0x00b0, 0x00b1, 0x02db, 0x0142, \
21 0x00b4, 0x00b5, 0x00b6, 0x00b7, \
22 0x00b8, 0x0105, 0x015f, 0x00bb, \
23 0x013d, 0x02dd, 0x013e, 0x017c, \
24 0x0154, 0x00c1, 0x00c2, 0x0102, \
25 0x00c4, 0x0139, 0x0106, 0x00c7, \
26 0x010c, 0x00c9, 0x0118, 0x00cb, \
27 0x011a, 0x00cd, 0x00ce, 0x010e, \
28 0x0110, 0x0143, 0x0147, 0x00d3, \
29 0x00d4, 0x0150, 0x00d6, 0x00d7, \
30 0x0158, 0x016e, 0x00da, 0x0170, \
31 0x00dc, 0x00dd, 0x0162, 0x00df, \
32 0x0155, 0x00e1, 0x00e2, 0x0103, \
33 0x00e4, 0x013a, 0x0107, 0x00e7, \
34 0x010d, 0x00e9, 0x0119, 0x00eb, \
35 0x011b, 0x00ed, 0x00ee, 0x010f, \
36 0x0111, 0x0144, 0x0148, 0x00f3, \
37 0x00f4, 0x0151, 0x00f6, 0x00f7, \
38 0x0159, 0x016f, 0x00fa, 0x0171, \
39 0x00fc, 0x00fd, 0x0163, 0x02d9, \
40 }