in reply to Re: Sort:ArbBiLex problem
in thread Sort:ArbBiLex problem

Sorry, I wasn't very clear. With "it doesn't work" I meant it doesn' sort anything. The script works perfect but the words don't get sorted at all.

Replies are listed 'Best First'.
Re^3: Sort:ArbBiLex problem
by moritz (Cardinal) on Sep 09, 2008 at 16:12 UTC
    So it doesn't even sort ASCII characters correctly?

    If it does sort ASCII correctly, but not the rest, it could be that your input data is not in the same encoding as the script itself, and thus they don't match your non-ASCII-characters in your script.

      It doesn't sort anything so I guess that's not the problem