--- loncom/html/htmlarea/plugins/SpellChecker/Attic/readme-tech.html 2004/02/18 08:07:15 1.1 +++ loncom/html/htmlarea/plugins/SpellChecker/Attic/readme-tech.html 2004/06/09 14:04:38 1.2 @@ -59,20 +59,22 @@ Unicode safe. HTML entities are expanded into their corresponding Unicode characters. These characters will be matched as part of the word passed to Aspell. All texts passed to Aspell are in Unicode - (when appropriate). However, Aspell seems to not support Unicode + (when appropriate). However, Aspell seems to not support Unicode yet (thread concerning Aspell and Unicode). This mean that words containing Unicode - characters that are not in 0..255 are likely to be reported as "mispelled" by Aspell. + characters that are not in 0..255 are likely to be reported as "mispelled" by Aspell.

- I digged the Net for a couple of hours today and I can't seem to find - any open-source spell checker that has Unicode support. For this - reason we keep using Aspell, because it also seems to have the - best suggestions engine. Unicode support will eventually be - implemented in Aspell. Email - Kevin Atkinson (Aspell author and maintainer) about this ;-) + Update: though I've never seen it mentioned + anywhere, it looks that Aspell does, in fact, speak + Unicode. Or else, maybe Text::Aspell does + transparent conversion; anyway, this new version of our + SpellChecker plugin is, as tests show so far, fully + Unicode-safe... well, probably the only freeware + Web-based spell-checker which happens to have Unicode support.

@@ -96,8 +98,7 @@

@@ -105,11 +106,9 @@ others are likely to be available by default in most Perl distributions.


-
Mihai Bazon
+
Mihai Bazon
- -Last modified on Sun Aug 10 12:28:24 2003 - + Last modified: Fri Jan 30 19:14:11 EET 2004