To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85360
User erack changed the following:
What |Old value |New value
================================================================================
Issue type|DEFECT |TASK
--------------------------------------------------------------------------------
Summary|Wrong BiDi-behavior for co|Move implementation of App
|mposed strings |lyLreOrRleEmbedding() to i
| |18npool ApplyNaturalBidiEm
| |bedding() (was: Wrong BiDi
| |-behavior for composed str
| |ings)
--------------------------------------------------------------------------------
Target milestone|OOo 3.2 |OOo 3.3
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Aug 19 22:09:42 +0000
2009 -------
Looking into moving the implementation of ApplyLreOrRleEmbedding() down to
i18npool I encountered some obstacle. The implementation takes advantage of
SvtSysLocale to obtain a cached character classification at almost no cost. That
is not available in i18npool, and we certainly don't want to create new
instances of XCharacterClassification for each string inspection, so would need
some cached instance there as well and refactor some coding details. Nothing
hard to implement, just doesn't fit into my schedule for OOo3.2, therefor
retargeting to OOo3.3. Anyway, according to 'hdu' the original bug is fixed with
ApplyLreOrRleEmbedding(), so I'm setting the issue type to TASK.
However, best would even be if SvtSysLocale could pass the cached instances down
to i18npool instead of having to create another instance there.
---------------------------------------------------------------------
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]