1 /* 2 * Copyright © 2019-today Peter M. Stahl pemistahl@gmail.com 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 // DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY: 18 // 19 // ucd-generate general-category ucd-13.0.0 --chars --include decimalnumber 20 // 21 // ucd-generate 0.2.7 is available on crates.io. 22 23 pub const DECIMAL_NUMBER: &[(char, char)] = &[ 24 ('0', '9'), 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 ('᭐', '᭙'), 50 ('᮰', '᮹'), 51 ('᱀', '᱉'), 52 ('᱐', '᱙'), 53 ('꘠', '꘩'), 54 ('꣐', '꣙'), 55 ('꤀', '꤉'), 56 ('꧐', '꧙'), 57 ('꧰', '꧹'), 58 ('꩐', '꩙'), 59 ('꯰', '꯹'), 60 ('0', '9'), 61 ('', ''), 62 ('', ''), 63 ('', ''), 64 ('', ''), 65 ('', ''), 66 ('', ''), 67 ('', ''), 68 ('', ''), 69 ('', ''), 70 ('', ''), 71 ('', ''), 72 ('', ''), 73 ('', ''), 74 ('\u{11950}', '\u{11959}'), 75 ('', ''), 76 ('', ''), 77 ('', ''), 78 ('', ''), 79 ('', ''), 80 ('', ''), 81 ('', ''), 82 ('', ''), 83 ('', ''), 84 ('\u{1fbf0}', '\u{1fbf9}'), 85 ]; 86