in reply to Sort:ArbBiLex problem

The problem is: It doesn't work.

That's not very specific. In what way doesn't it work? Does it throw an error? Or does it run, but generate wrong results?

The chracters that don't look right are unicode characters.

That's a known problem here :(, not your fault.

Replies are listed 'Best First'.
Re^2: Sort:ArbBiLex problem
by Omukawa (Acolyte) on Sep 09, 2008 at 16:04 UTC
    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.
      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