aspell: Multiple Scripts

1 
1 B.3 Languages Written in Multiple Scripts
1 =========================================
1 
1 Aspell should be able to check text written in the same language but in
1 multiple scripts with some work.  If the number of unique symbols in
1 both scripts is less than 210, then a special character set can be used
1 to allow both scripts to be encoded in the same dictionary.  However
1 this may not be the most efficient solution.  An alternate solution is
1 to store each script in its own dictionary and allow Aspell to choose
1 the correct dictionary based on which script the given word is written
1 in.  Aspell currently does not support this mode of spell checking but
1 it is something that I hope to eventually support.
1