]> git.proxmox.com Git - rustc.git/blame - vendor/regex-syntax/src/unicode_tables/perl_decimal.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / regex-syntax / src / unicode_tables / perl_decimal.rs
CommitLineData
f9f354fc
XL
1// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
2//
f2b60f7d 3// ucd-generate general-category /tmp/ucd --chars --include decimalnumber
f9f354fc 4//
f2b60f7d 5// Unicode version: 14.0.0.
f035d41b 6//
f2b60f7d 7// ucd-generate 0.2.11 is available on crates.io.
f9f354fc
XL
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 ('𑣠', '𑣩'),
f2b60f7d 63 ('𑥐', '𑥙'),
f9f354fc
XL
64 ('𑱐', '𑱙'),
65 ('𑵐', '𑵙'),
66 ('𑶠', '𑶩'),
67 ('𖩠', '𖩩'),
f2b60f7d 68 ('𖫀', '𖫉'),
f9f354fc
XL
69 ('𖭐', '𖭙'),
70 ('𝟎', '𝟿'),
71 ('𞅀', '𞅉'),
72 ('𞋰', '𞋹'),
73 ('𞥐', '𞥙'),
f2b60f7d 74 ('🯰', '🯹'),
f9f354fc 75];