Thanks for implementing this.  I will send you the papers.

    My code specifies UTF-8 as the encoding to use for all communications
    with aspell.  This is very convenient for the programmer, but will
    fail in these cases:

    * Some code passes a word to spellcheck on the command line, as
      opposed to through stdin.  (aspell will interpret it according to
      the current locale.)  I haven't checked for this thoroughly.

Would you please check that code?

    * Some language supported by aspell can't be encoded in UTF-8.  Seems
      unlikely to me.

I agree.

    * aspell is compiled without UTF-8 support.  Its README file says that
      the prerequisites are lib{n,}cursesw and the mblen function, which
      should be present on any modern GNU system, and many others.

Could you make sure it gets a clean error if aspell does not have
UTF-8 support?

Would this be solved most cleanly by having aspell provide some
additional info about each dictionary?


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to