To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51772
User khong changed the following:
What |Old value |New value
================================================================================
Assigned to|khong |fme
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Dec 15 22:43:41 +0000
2008 -------
Karl->fme, breakiterator seems doing right thing, following program show Hebrew
dictionary word breakiterator considers double quote as part of the word,
Sub Main
xBI = createUnoService("com.sun.star.i18n.BreakIterator")
Dim aLocale as new com.sun.star.lang.Locale
aLocale.Language = "he"
nWordType = 2 ' WordType::DICTIONARY_WORD
aTxt = CHR$(&H5d0) +CHR$(&H22)+CHR$(&H5d0)
aBoundary = xBI.getWordBoundary( aTxt, 0, aLocale, nWordType, true )
print aBoundary. StartPos, aBoundary.EndPos
End Sub
It print (0,3). Something must be wrong in Writer to send the word to
spellchecker.
---------------------------------------------------------------------
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]