[sword-svn] r2247 - trunk/src/modules/filters
chrislit at crosswire.org
chrislit at crosswire.org
Wed Feb 11 14:33:05 MST 2009
Author: chrislit
Date: 2009-02-11 14:33:05 -0700 (Wed, 11 Feb 2009)
New Revision: 2247
Modified:
trunk/src/modules/filters/utf8transliterator.cpp
Log:
re-enable some ancient scripts (corrected)
Modified: trunk/src/modules/filters/utf8transliterator.cpp
===================================================================
--- trunk/src/modules/filters/utf8transliterator.cpp 2009-02-11 13:40:35 UTC (rev 2246)
+++ trunk/src/modules/filters/utf8transliterator.cpp 2009-02-11 21:33:05 UTC (rev 2247)
@@ -77,15 +77,12 @@
// "Gothic",
// "Ugaritic",
// "Coptic",
- // "Meroitic",
// "Linear B",
// "Cypriot",
// "Runic",
// "Ogham",
// "Thaana",
- // "Glagolitic",
- // "Tengwar",
- // "Cirth"
+ // "Glagolitic",
};
const char UTF8Transliterator::optName[] = "Transliteration";
@@ -395,8 +392,8 @@
case UBLOCK_GOTHIC: scripts[SE_GOTHIC] = true; break;
case UBLOCK_UGARITIC: scripts[SE_UGARITIC] = true; break;
// case UBLOCK_MEROITIC: scripts[SE_MEROITIC] = true; break;
-// case UBLOCK_LINEARB: scripts[SE_LINEARB] = true; break;
-// case UBLOCK_CYPRIOT: scripts[SE_CYPRIOT] = true; break;
+ case UBLOCK_LINEAR_B_SYLLABARY: scripts[SE_LINEARB] = true; break;
+ case UBLOCK_CYPRIOT_SYLLABARY: scripts[SE_CYPRIOT] = true; break;
case UBLOCK_RUNIC: scripts[SE_RUNIC] = true; break;
case UBLOCK_OGHAM: scripts[SE_OGHAM] = true; break;
case UBLOCK_THAANA: scripts[SE_THAANA] = true; break;
More information about the sword-cvs
mailing list