http://bugzilla.novell.com/show_bug.cgi?id=547549 User pgajdos@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547549#c9 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |pgajdos@novell.com --- Comment #9 from Petr Gajdos <pgajdos@novell.com> 2009-10-19 07:15:07 MDT --- (In reply to comment #8)
If you do that for ispell I'd like to suppose to replace the
sort -u (or $(SORT) -u)
with
sort -u -t/ -k 1f,1 -k 1
and then *please* use
LC_CTYPE=de_DE.ISO-8859-1
or if UTF-8 is used
LC_CTYPE=de_DE.UTF-8
(AFAICS from igerman98-20091006 it is *not* given in UTF-8). This kind of sorting allows ispell to use its hash table much smarter then with the current used sorting.
Ok, thanks for your pointers. Werner and Petr, I will look into this soon and I will send you my proposal for your approval anyway. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.