[PATCH] KSpell: support for Hebrew spellchecking
Meni Livne
livne at kde.org
Thu Apr 24 12:26:35 BST 2003
On Thursday 24 April 2003 14:04, Waldo Bastian wrote:
> > If nobody objects, I'll commit this to HEAD. But I was also wondering
> > whether it will be OK to commit it KDE_3_1_BRANCH too.
>
> Yes, that would make sense. I have one question about the patch, why is the
> following necessary?
> case KS_E_LATIN8:
> - codec = QTextCodec::codecForName("ISO 8859-8");
> + codec = QTextCodec::codecForName("ISO 8859-8-i");
>
ISO 8859-8 is visually ordered Hebrew. We don't want that, since the output
would come out reversed. It should be logical ordering, hence the -i. See
also QTextCodec for more information.
Regards.
--
Meni Livne <livne at kde.org>
More information about the kde-core-devel
mailing list