From: Levin Alexander Date: 2006-01-12T06:00:52+09:00 Subject: Re: Ruby, Unicode - ever? On 1/11/06, Bruce D'Arcus wrote: > I''d like to be able to do this and have it just work:>> x = ["z", "a", "坦", "o", "b"]> puts x.sort.inspect Correct sorting of text is a quite tricky problem, because the correctsort order will probably be language or application specific. > Maybe I'm missing something (and if I am, please tell me), but even> when using jcode, the multi-byte character always is last. -Levin