To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83146
User er changed the following:
What |Old value |New value
================================================================================
CC|'andyrtr' |'andyrtr,cmc,khong,pjanik,
| |rene'
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
OS/Version|Linux |All
--------------------------------------------------------------------------------
Target milestone|--- |not determined
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 08:32:41 +0000
2007 -------
There isn't much we can do about that right now. OOo's ICU was patched for a
public method that was needed to fix issue 81519. You'll need to either use
OOo's ICU or patch system's ICU in source/common/unicode/rbbi.h to make
setBreakType() public:
public:
virtual void setBreakType(int32_t type);
protected:
However, patching the system's ICU and exposing setBreakType() to the outer
world may not be wanted because the method is intended to be an internal method.
@khong: Karl, from the short discussion on the ICU mailing list I conclude that
handling this differently would imply redefining the Thai dictionary and to use
some ICU service hooks. That sounds like much work, do you have any overview
what it would take?
Thanks
Eike
---------------------------------------------------------------------
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]