From kde-core-devel Fri Apr 29 11:54:53 2005 From: Meni Livne Date: Fri, 29 Apr 2005 11:54:53 +0000 To: kde-core-devel Subject: Re: [PATCH] Hspell plugin for KSpell2 Message-Id: <200504291455.01147.livne () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=111477606109728 Hi Mashrab and everyone else, Though I haven't yet tested the patch, there may be a problem at HSpellDict's constructor: > + /* hspell understans only iso8859-8 */ > + codec = QTextCodec::codecForName( "iso8859-8" ); The codec should be actually "iso8859-8-i", otherwise words would get sent to hspell reversed. This may be the cause of the problems that Dan brought up in his reply. Other than that, it looks O.K. And I would also like to say thanks for your effort. :) Regards. -- Meni Livne