diff options
Diffstat (limited to 'src/table/category.h')
-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 |