summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Johnsson <m.t.johnsson@gmail.com>2010-11-04 23:25:02 +1100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-11-09 09:43:00 +0100
commit42be5541baf18e3292a14a9d478eda33f61e10ab (patch)
tree67212715f00beaa239069a57810221f93f988f1e
parent91ecccd8e3aca69d875468e572140398e8957bd4 (diff)
An opening quote should not be counted as a word by word count tool
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index e36cd4df1773..0090d869c2c2 100644
--- a/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -459,6 +459,7 @@ static UBlock2Script scriptList[] = {
{UBLOCK_CHEROKEE, UBLOCK_RUNIC, ScriptType::LATIN},
{UBLOCK_KHMER, UBLOCK_MONGOLIAN, ScriptType::COMPLEX},
{UBLOCK_LATIN_EXTENDED_ADDITIONAL, UBLOCK_GREEK_EXTENDED, ScriptType::LATIN},
+ {UBLOCK_GENERAL_PUNCTUATION, UBLOCK_GENERAL_PUNCTUATION, ScriptType::LATIN},
{UBLOCK_CJK_RADICALS_SUPPLEMENT, UBLOCK_HANGUL_SYLLABLES, ScriptType::ASIAN},
{UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS, UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS, ScriptType::ASIAN},
{UBLOCK_ARABIC_PRESENTATION_FORMS_A, UBLOCK_ARABIC_PRESENTATION_FORMS_A, ScriptType::COMPLEX},