Sven Köhler
-
2007-03-22
The attached patch will:
- switch all communication with aspell to utf8
- replace usage of Runtime.exec(String, ...) by usage of Runtime.exec(String[], ...)
- add a join method for joining string array
(this method should be moved somewhere, where it can be reused)