ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/table/category.h
Revision: 1.3
Committed: Wed Jun 16 23:03:10 2021 UTC (2 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30, HEAD
Changes since 1.2: +0 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 //
2 // AUTOMATICALLLY GENERATED by gencompose
3 //
4
5 #define IS_SPACE(c) \
6 (c) == 0x0020 || \
7 (c) == 0x00A0 || \
8 (c) == 0x1680 || \
9 (c) == 0x2000 || \
10 (c) == 0x2001 || \
11 (c) == 0x2002 || \
12 (c) == 0x2003 || \
13 (c) == 0x2004 || \
14 (c) == 0x2005 || \
15 (c) == 0x2006 || \
16 (c) == 0x2007 || \
17 (c) == 0x2008 || \
18 (c) == 0x2009 || \
19 (c) == 0x200A || \
20 (c) == 0x2028 || \
21 (c) == 0x2029 || \
22 (c) == 0x202F || \
23 (c) == 0x205F || \
24 (c) == 0x3000 || \
25 0