To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104564
------- Additional comments from [email protected] Thu Jan 7 15:05:51 +0000 2010 ------- i18npool/source/breakiterator/breakiteratorImpl.cxx BreakIteratorImpl::getScriptType() uses BreakIteratorImpl::getScriptClass() that in turn uses ICU's ublock_getCode() to determine an offset in the UBlock2Script scriptList table. UBLOCK_HEBREW=11 to UBLOCK_MYANMAR=28 have assigned ScriptType::COMPLEX, which includes UBLOCK_TELUGU=21 and as such should work. Would have to be verified by placing a breakpoint. Also i18npool/source/isolang/mslangid.cxx MsLangId::getScriptType() identifies LANGUAGE_TELUGU as CTL. @jmadero: you did enable CTL support under Tools->Options->LanguageSettings->Languages, yes? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
