To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80815





------- Additional comments from [EMAIL PROTECTED] Sat Mar 15 07:26:16 +0000 
2008 -------
khong->fme, Yes, the change only applies to word count.

Ok, the puntuations I mentioned before are eaten by Writer. Here is my testing
program,

Sub Main
bi=createUnoService("com.sun.star.i18n.BreakIterator")
dim locale as new com.sun.star.lang.Locale
locale.Language="en"
wType=com.sun.star.i18n.WordType.WORD_COUNT

aStr="this -- is"

boundary=bi.nextWord(aStr, 1, locale, wType)
print boundary.startPos, boundary.endPos

End Sub

It prints "5, 7", '--' is a word, but Writer counts 2 words for the string, it
should count 3 words.

fms, could you take a look? My changes for i18npool is in cws i18n40. Thanks.

---------------------------------------------------------------------
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]

Reply via email to