A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This release includes the following changes:
* Applied the Jazzy patch which enables the spell checker to start operation from current caret position rather than from beginning of document every time
* Added spellcheck support for foreign languages (dictionary files (.dic) need be copied into .vietime directory)
* More refactoring... read more
A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This release adds new functionalities that are frequently used in editing Vietnamese text, such as Spell Check, Convert, Change Case, Strip Diacritics, Normalize Diacritics, Sort Vietnamese words, etc. These operations are only available to Swing applications.
A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This release includes:
* Fixed a bug that had caused the input engine to stop following some of the options selected by users if the input method was switched off and back on
* Fixed a minor bug with repeating the accent key to remove the accent during SmartMark mode off... read more
A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This release includes:
* Refactored using Design Patterns to improve code reusability, program extensibility and maintainability
* Added a context menu to the status window to provide full control of input engine
A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This release is mainly concerned with localizing the input method's interface in support of Vietnamese Locale vi in J2SE 5.0 (Bug ID: 4932968).
A Java cross-platform Vietnamese Input Method. Enable entry of Vietnamese Unicode text in Java's AWT and Swing text components.
This versions incorporates significant improvements to the input engine:
- added diacritical mark removal mechanism
- more efficient key input processing
A Java-based Vietnamese input method editor (IME). Enable input of Vietnamese Unicode text in Java's AWT and Swing text components. This version incorporates new, improved input engine with SmartMark feature which enables entering diacritical marks at word ends, besides the tradition method.