diff options
author | pcg <pcg> | 2004-04-04 15:32:26 +0000 |
---|---|---|
committer | pcg <pcg> | 2004-04-04 15:32:26 +0000 |
commit | 96b489e3dadb08fd33a8b5d72d5f81c7fb658f66 (patch) | |
tree | c96d2f1eff2ecc77d0bf4074e8ddeb2ffcc238a1 | |
parent | ff77316152d172bb3b937fe9116a93bf8af50589 (diff) |
*** empty log message ***
-rw-r--r-- | src/table/category.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/table/category.h b/src/table/category.h new file mode 100644 index 0000000..9a6cee7 --- /dev/null +++ b/src/table/category.h @@ -0,0 +1,26 @@ +// +// AUTOMATICALLLY GENERATED by gencompose +// + +#define IS_SPACE(c) \ + (c) == 0x0020 || \ + (c) == 0x00A0 || \ + (c) == 0x1680 || \ + (c) == 0x180E || \ + (c) == 0x2000 || \ + (c) == 0x2001 || \ + (c) == 0x2002 || \ + (c) == 0x2003 || \ + (c) == 0x2004 || \ + (c) == 0x2005 || \ + (c) == 0x2006 || \ + (c) == 0x2007 || \ + (c) == 0x2008 || \ + (c) == 0x2009 || \ + (c) == 0x200A || \ + (c) == 0x2028 || \ + (c) == 0x2029 || \ + (c) == 0x202F || \ + (c) == 0x205F || \ + (c) == 0x3000 || \ + 0 |