summaryrefslogtreecommitdiff
path: root/lib/unistring/unictype/categ_So.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-21 09:20:36 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-21 11:56:44 +0100
commit2d1285f14956a89c36219f34611f4c454197140f (patch)
treeb86f7ef54929a9f656b35409a5787e8a005f4e6e /lib/unistring/unictype/categ_So.c
parent36eb09b1dffd3bcf1fbea35daf87a667b40d7123 (diff)
downloadgnutls-2d1285f14956a89c36219f34611f4c454197140f.tar.gz
lib: added unistring sub-library
Diffstat (limited to 'lib/unistring/unictype/categ_So.c')
-rw-r--r--lib/unistring/unictype/categ_So.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/unistring/unictype/categ_So.c b/lib/unistring/unictype/categ_So.c
new file mode 100644
index 0000000000..eecbbd3271
--- /dev/null
+++ b/lib/unistring/unictype/categ_So.c
@@ -0,0 +1,27 @@
+/* Categories of Unicode characters.
+ Copyright (C) 2002, 2006-2007, 2009-2016 Free Software Foundation, Inc.
+ Written by Bruno Haible <bruno@clisp.org>, 2002.
+
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+#include <config.h>
+
+/* Specification. */
+#include "unictype.h"
+
+/* Define u_categ_So table. */
+#include "categ_So.h"
+
+const uc_general_category_t UC_CATEGORY_So =
+ { UC_CATEGORY_MASK_So, 0, { &u_categ_So } };