summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/utf_info.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hunspell/src/utf_info.cxx')
-rw-r--r--libs/hunspell/src/utf_info.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hunspell/src/utf_info.cxx b/libs/hunspell/src/utf_info.cxx
index d1541b011b..74742b8e43 100644
--- a/libs/hunspell/src/utf_info.cxx
+++ b/libs/hunspell/src/utf_info.cxx
@@ -39,6 +39,7 @@
* ***** END LICENSE BLOCK ***** */
#include "csutil.hxx"
+
/* fields: Unicode letter, toupper, tolower */
static struct unicode_info utf_lst[] = {
{0x0041, 0x0041, 0x0061}, {0x0042, 0x0042, 0x0062},
@@ -9877,3 +9878,4 @@ static struct unicode_info utf_lst[] = {
{0xFFD5, 0xFFD5, 0xFFD5}, {0xFFD6, 0xFFD6, 0xFFD6},
{0xFFD7, 0xFFD7, 0xFFD7}, {0xFFDA, 0xFFDA, 0xFFDA},
{0xFFDB, 0xFFDB, 0xFFDB}, {0xFFDC, 0xFFDC, 0xFFDC}};
+ \ No newline at end of file