[sword-svn] r3586 - trunk/src/modules/filters
scribe at crosswire.org
scribe at crosswire.org
Sun Jun 10 09:31:43 MST 2018
Author: scribe
Date: 2018-06-10 09:31:42 -0700 (Sun, 10 Jun 2018)
New Revision: 3586
Modified:
trunk/src/modules/filters/utf8greekaccents.cpp
Log:
added GREEK KORONIS to utf8greekaccents filter. removed unused decompose filter
Modified: trunk/src/modules/filters/utf8greekaccents.cpp
===================================================================
--- trunk/src/modules/filters/utf8greekaccents.cpp 2018-06-04 17:40:20 UTC (rev 3585)
+++ trunk/src/modules/filters/utf8greekaccents.cpp 2018-06-10 16:31:42 UTC (rev 3586)
@@ -27,12 +27,6 @@
#include <utf8greekaccents.h>
#include <utilstr.h>
-
-#ifdef _ICU_
-#include <utf8nfkd.h>
-sword::UTF8NFKD decompose;
-#endif
-
using std::map;
SWORD_NAMESPACE_START
@@ -68,6 +62,8 @@
converters[0x0314] = ""; // COMBINING REVERSED COMMA ABOVE
converters[0x037A] = ""; // GREEK YPOGEGRAMMENI
converters[0x0342] = ""; // COMBINING GREEK PERISPOMENI
+ converters[0x1FBD] = ""; // GREEK KORONIS
+ converters[0x0343] = ""; // COMBINING GREEK KORONIS
// Now converted pre-composed characters to their alphabetic bases, discarding the accents
// Greek
// UPPER case
More information about the sword-cvs
mailing list