From: Bruce D'Arcus Date: 2006-01-12T05:03:20+09:00 Subject: Re: Ruby, Unicode - ever? Austin wrote: > Didn't say that. I want specific examples of why it isn't sufficient. I''d like to be able to do this and have it just work: x = ["z", "a", "�", "o", "b"] puts x.sort.inspect Maybe I'm missing something (and if I am, please tell me), but even when using jcode, the multi-byte character always is last. Bruce