office-gobmx/i18npool/qa/cppunit
Eike Rathke 79a3c9b186 partly revert 92a9b7780c for ICU < 49
Re-enable build with ICU 4.6 and 4.8
ICU versions prior to 49 don't know Conditional_Japanese_Starter and
Hebrew_Letter

Also, the change in i18npool/CustomTarget_breakiterator.mk

- -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \

with i18npool/source/breakiterator/data/line.txt

-$CL = [:LineBreak = Close_Punctuation:] ;
+$CL = [:LineBreak = Close_Parenthesis:];

did not produce equivalent results. Instead use

$CP = [:LineBreak =  Close_Parenthesis:];
$CL = [[:LineBreak =  Close_Punctuation:] $CP];

Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7
2013-01-02 19:23:03 +01:00
..
test_breakiterator.cxx partly revert 92a9b7780c for ICU < 49 2013-01-02 19:23:03 +01:00
test_characterclassification.cxx
test_languagetag.cxx
test_ordinalsuffix.cxx
test_textsearch.cxx