regex_syntax/unicode_tables/
perl_decimal.rs

1// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
2//
3//   ucd-generate general-category ucd-16.0.0 --chars --include decimalnumber
4//
5// Unicode version: 16.0.0.
6//
7// ucd-generate 0.3.1 is available on crates.io.
8
9pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
10    &[("Decimal_Number", DECIMAL_NUMBER)];
11
12pub 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    ('𞅀', '𞅉'),
79    ('𞋰', '𞋹'),
80    ('𞓰', '𞓹'),
81    ('𞗱', '𞗺'),
82    ('𞥐', '𞥙'),
83    ('🯰', '🯹'),
84];