-
This patch fixes bug 1545319 by adding a test for index
entries with empty codes.
2006-08-23 16:13:49 UTC in Jazzy - Java Spell Check API
-
This patch fixes bug 1545300 by making
SpellDictionaryDisk do all its I/O with the UTF-8 charset.
2006-08-23 16:12:23 UTC in Jazzy - Java Spell Check API
-
SpellDictionaryDisk cannot handle words whose phonetic
code is the empty string. Using the en_US dictionary
from the JazzyDicts project, for example, the
DoubleMetaphone algorithm returns empty codes for
several words (abbreviations, actually) containing only
the characters H, W, Y and vowels: WWW, WWII, hwy, etc.
When this happens, the database index is generated all
right, but when...
2006-08-23 14:09:50 UTC in Jazzy - Java Spell Check API
-
As is, SpellDictionaryDisk does not work with
dictionaries containing non-ASCII characters, because
it uses the platform default charset when reading and
writing files. This would seem to exclude all
dictionaries but English.
2006-08-23 13:52:45 UTC in Jazzy - Java Spell Check API
-
This patch fixes the class JSpellForm by adding quick
pauses before and after displaying the "Add Word?"
dialog box (on OS X only).
2006-08-18 15:55:47 UTC in Jazzy - Java Spell Check API
-
The Mac implementation of Swing on OS X has an
idiosyncrasy which screws up the menu bar if you show
or hide JOptionPanes in quick succession. As a result,
the "Add Word?" dialog box in JSpellForm causes the UI
to block... This is true on Panther, anyway; I don't
know about Tiger.
2006-08-18 15:52:29 UTC in Jazzy - Java Spell Check API