ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/table/category.h
Revision: 1.1
Committed: Sun Mar 14 23:14:39 2004 UTC (20 years, 4 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_4, rel-2_5
Log Message:
*** empty log message ***

File Contents

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