From 96b489e3dadb08fd33a8b5d72d5f81c7fb658f66 Mon Sep 17 00:00:00 2001 From: pcg Date: Sun, 4 Apr 2004 15:32:26 +0000 Subject: *** empty log message *** --- src/table/category.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/table/category.h (limited to 'src/table') 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 -- cgit v1.2.3