source: frontend/node_modules/html-entities/src/numeric-unicode-map.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 470 bytes
Line 
1export const numericUnicodeMap: Record<number, number> = {
2 0: 65533,
3 128: 8364,
4 130: 8218,
5 131: 402,
6 132: 8222,
7 133: 8230,
8 134: 8224,
9 135: 8225,
10 136: 710,
11 137: 8240,
12 138: 352,
13 139: 8249,
14 140: 338,
15 142: 381,
16 145: 8216,
17 146: 8217,
18 147: 8220,
19 148: 8221,
20 149: 8226,
21 150: 8211,
22 151: 8212,
23 152: 732,
24 153: 8482,
25 154: 353,
26 155: 8250,
27 156: 339,
28 158: 382,
29 159: 376
30};
Note: See TracBrowser for help on using the repository browser.