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


User khong changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|khong                     |sba
--------------------------------------------------------------------------------
                    Status|REOPENED                  |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Oct  6 10:46:29 -0700 
2005 -------
Karl->SBA, None of your quotes is what they want. They want english, or ASCII,
double quote (0022). You can see it as $MidLetter in the attachment of "New file
rules for Hebrew wordbreaking".

I made both word type mode, dictionary and edit modes,  take (0022) as mid
letter. In Alan's attached document , HebrewQuoteTest.odt, when you do word
travel by (Cntr->Arrow key), you will see (")  is part of a word as mid letter. 

Karl->Alan, I don't have Hebrew spellchecker, I could not see what you see in
your screen shot. As to test word break in spellchecker, which uses
DICTIONARY_WORD mode, here is StarBasic program, you can change to different
language and get different word boundary,

Sub Main
bi=createUnoService("com.sun.star.i18n.BreakIterator")
dim lo as new com.sun.star.lang.Locale
lo.Language="he"
ty=com.sun.star.i18n.WordType.DICTIONARY_WORD

st="aa"+chr$(34)+"b"
bd=bi.getWordBoundary(st, 0, lo, ty, TRUE)
print st, bd.startPos, bd.endPos

st="כע"+chr$(34)+"ז"
bd=bi.getWordBoundary(st, 0, lo, ty, TRUE)
print st, bd.startPos, bd.endPos

End Sub



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