summaryrefslogtreecommitdiff
path: root/src/myspell/csutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/myspell/csutil.hxx')
-rw-r--r--src/myspell/csutil.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/myspell/csutil.hxx b/src/myspell/csutil.hxx
index 7bd0b91..a518b34 100644
--- a/src/myspell/csutil.hxx
+++ b/src/myspell/csutil.hxx
@@ -116,6 +116,13 @@ struct cs_info {
unsigned char cupper;
};
+// Unicode character encoding information
+struct unicode_info {
+ unsigned short c;
+ unsigned short cupper;
+ unsigned short clower;
+};
+
LIBHUNSPELL_DLL_EXPORTED int initialize_utf_tbl();
LIBHUNSPELL_DLL_EXPORTED void free_utf_tbl();
LIBHUNSPELL_DLL_EXPORTED unsigned short unicodetoupper(unsigned short c, int langnum);