• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  // DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
2  //
3  //   ucd-generate general-category ucd-15.0.0 --chars --include decimalnumber
4  //
5  // Unicode version: 15.0.0.
6  //
7  // ucd-generate 0.2.14 is available on crates.io.
8  
9  pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
10      &[("Decimal_Number", DECIMAL_NUMBER)];
11  
12  pub const DECIMAL_NUMBER: &'static [(char, char)] = &[
13      ('0', '9'),
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      ('0', '9'),
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