To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75632
User khong changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jul 17 21:13:17 +0000
2007 -------
Word count mode has a problem in skipping white space. I have fixed it, but word
count does still not include surrogate characters, while StarBasic test program
below get correct boundary on word count mode.
bk=createUnoService("com.sun.star.i18n.BreakIterator")
dim l as new com.sun.star.lang.Locale
l.Language="ja"
s="韠䩶䩮𩈚𩅅"
t=com.sun.star.i18n.WordType.WORD_COUNT
b=bk.nextWord(s, 0, l, t, true)
print b.startPos, b.endPos
s contains a list of surrogate characters and it prints "2 4".
I will updated 79562 for Writer to fix it.
---------------------------------------------------------------------
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]