From 109fa8224194edfc4ca75ee5cc5e760e54d76a3f Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Wed, 8 Dec 2010 14:39:09 +0100 Subject: cws tl84: #i89042# word count fix --- i18npool/source/breakiterator/breakiteratorImpl.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18npool/source') diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index d22203d100c7..19b175d4bd83 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -448,6 +448,10 @@ typedef struct { sal_Int16 script; } UBlock2Script; +// for a list of the UBLOCK_... values see: +// http://icu-project.org/apiref/icu4c/uchar_8h.html +// where enum UBlockCode is defined. +// See also http://www.unicode.org/charts/ for general reference static UBlock2Script scriptList[] = { {UBLOCK_NO_BLOCK, UBLOCK_NO_BLOCK, ScriptType::WEAK}, {UBLOCK_BASIC_LATIN, UBLOCK_ARMENIAN, ScriptType::LATIN}, -- cgit