Mark,
well maybe naive is not the best term; it means that without any
international sorting functions, strings are sorted as a sequence of
bytes. This works well for ASCII, but if your data may contain other
characters, you should be careful.
0.51 has many advantages over 0.44; the number of bugs fixed alone is a
sufficient reason to switch to it. Check the release file for other changes.
Tom
Mark McLaren wrote:
> Petr Cimprich wrote:
>
>> This is a maintenance release fixing problems with iconv and
>> wcsxfrm()/wchar.h and including some patches contributed recently.
>>
>> The change log reads:
>>
>> - fixed the quoting of quotes in HTML output [patch by Mark Bartel].
>> - fixes by Tim Crook for AIX
>> - the problem with the type of an iconv() call argument is fixed
>> - added support for the xhtml output method [Marc Lehmann]
>> - fixed bug causing elements being output as <:x> [Andreas Buschmann]
>> - xsl:sort works if wcsxfrm() is not present (sorts naively though)
>
>
> As mostly a FreeBSD user, I am delighted to have the xsl:sort at last,
> what do the warnings about naive sorting actually mean,
> what should I avoid using it for?
>
> What is the advantage of using version 0.51 over version 0.44?
>
> Should I upgrade my Perl Modules also?
>
> Thanks
>
> --
> Mark
>
>
>
>
>
>