File: ucs_isdigit.map

package info (click to toggle)
w3m 0.5.3%2Bgit20230121-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,520 kB
  • sloc: ansic: 59,204; sh: 4,331; perl: 4,217; javascript: 2,315; makefile: 913; cpp: 869; ruby: 776; awk: 78; sed: 16
file content (30 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
   File generated from UnicodeData-4.1.0.txt.
*/


#define N_ucs_isdigit_map 21

static wc_map ucs_isdigit_map[ N_ucs_isdigit_map ] = {
  { 0x0030, 0x0039 },
  { 0x0660, 0x0669 },
  { 0x06F0, 0x06F9 },
  { 0x0966, 0x096F },
  { 0x09E6, 0x09EF },
  { 0x0A66, 0x0A6F },
  { 0x0AE6, 0x0AEF },
  { 0x0B66, 0x0B6F },
  { 0x0BE6, 0x0BEF },
  { 0x0C66, 0x0C6F },
  { 0x0CE6, 0x0CEF },
  { 0x0D66, 0x0D6F },
  { 0x0E50, 0x0E59 },
  { 0x0ED0, 0x0ED9 },
  { 0x0F20, 0x0F29 },
  { 0x1040, 0x1049 },
  { 0x17E0, 0x17E9 },
  { 0x1810, 0x1819 },
  { 0x1946, 0x194F },
  { 0x19D0, 0x19D9 },
  { 0xFF10, 0xFF19 },
};