Diff for /loncom/html/htmlarea/plugins/SpellChecker/Attic/readme-tech.html between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/09 14:04:38
Line 59 Line 59
       Unicode safe.  HTML entities are expanded into their corresponding        Unicode safe.  HTML entities are expanded into their corresponding
       Unicode characters.  These characters will be matched as part of the        Unicode characters.  These characters will be matched as part of the
       word passed to Aspell.  All texts passed to Aspell are in Unicode        word passed to Aspell.  All texts passed to Aspell are in Unicode
       (when appropriate).  However, Aspell seems to not support Unicode        (when appropriate).  <strike>However, Aspell seems to not support Unicode
       yet (<a        yet (<a
         href="http://mail.gnu.org/archive/html/aspell-user/2000-11/msg00007.html">thread concerning Aspell and Unicode</a>).          href="http://mail.gnu.org/archive/html/aspell-user/2000-11/msg00007.html">thread concerning Aspell and Unicode</a>).
       This mean that words containing 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.</strike>
     </p>      </p>
   
     <p>      <p>
       I digged the Net for a couple of hours today and I can't seem to find        <strong style="font-variant: small-caps; color:
       any open-source spell checker that has Unicode support.  For this        red;">Update:</strong> though I've never seen it mentioned
       reason we keep using Aspell, because it also seems to have the        anywhere, it looks that Aspell <em>does</em>, in fact, speak
       best suggestions engine.  Unicode support will eventually be        Unicode.  Or else, maybe <code>Text::Aspell</code> does
       implemented in Aspell.  <a href="mailto:kevin@atkinson.dhs.org">Email        transparent conversion; anyway, this new version of our
         Kevin Atkinson</a> (Aspell author and maintainer) about this ;-)        SpellChecker plugin is, as tests show so far, fully
         Unicode-safe... well, probably the <em>only</em> freeware
         Web-based spell-checker which happens to have Unicode support.
     </p>      </p>
   
     <p>      <p>
Line 96 Line 98
   
     <ul>      <ul>
       <li><a href="http://search.cpan.org/search?query=Text%3A%3AAspell&mode=all" target="_blank">Text::Aspell</a></li>        <li><a href="http://search.cpan.org/search?query=Text%3A%3AAspell&mode=all" target="_blank">Text::Aspell</a></li>
       <li><a href="http://search.cpan.org/search?query=HTML%3A%3AParser&mode=all" target="_blank">HTML::Parser</a></li>        <li><a href="http://search.cpan.org/search?query=XML%3A%3ADOM&mode=all" target="_blank">XML::DOM</a></li>
       <li><a href="http://search.cpan.org/search?query=HTML%3A%3AEntities&mode=all" target="_blank">HTML::Entities</a></li>  
       <li><a href="http://search.cpan.org/search?query=CGI&mode=all" target="_blank">CGI</a></li>        <li><a href="http://search.cpan.org/search?query=CGI&mode=all" target="_blank">CGI</a></li>
     </ul>      </ul>
   
Line 105 Line 106
       others are likely to be available by default in most Perl distributions.</p>        others are likely to be available by default in most Perl distributions.</p>
   
     <hr />      <hr />
     <address><a href="http://students.infoiasi.ro/~mishoo/">Mihai Bazon</a></address>      <address><a href="http://dynarch.com/mishoo/">Mihai Bazon</a></address>
 <!-- Created: Thu Jul 17 13:22:27 EEST 2003 -->  <!-- Created: Thu Jul 17 13:22:27 EEST 2003 -->
 <!-- hhmts start -->  <!-- hhmts start --> Last modified: Fri Jan 30 19:14:11 EET 2004 <!-- hhmts end -->
 Last modified on Sun Aug 10 12:28:24 2003  
 <!-- hhmts end -->  
 <!-- doc-lang: English -->  <!-- doc-lang: English -->
   </body>    </body>
 </html>  </html>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>