[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sorting in glib2



Excuse my ignorance but does this also fix the sorting issues in kmail?

On Wednesday 03 September 2003 04:35 pm, Marc Matteo wrote:
> The attached patch file should fix sorting in glib2 apps that use
> g_utf8_collate_key() to sort lists.  It fixes a glib bug on systems
> without full locale support (like OpenBSD).
>
> It's not a diff against the port this time, it's a patch file to be
> placed into glib2/patches :).
>
> Please test and let me know what you think...
>
> Marc