summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/utf_info.cxx
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-30 17:01:37 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-30 17:01:37 +0000
commit6893a28bd219b45bdf1e2ed5be015bc365d709d9 (patch)
treeb7d4895eb9a2cdcdf7e24239281a8a036182a623 /libs/hunspell/src/utf_info.cxx
parent95586c66c5821471e840e3f85f35fef098ae3017 (diff)
hunspell: project update
git-svn-id: http://svn.miranda-ng.org/main/trunk@16193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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