-------- Original-Nachricht -------- Datum: Wed, 14 Jun 2006 17:58:41 +0900 Von: Paul Battley <pbattley / gmail.com> An: ruby-talk / ruby-lang.org Betreff: Re: Unicode roadmap? > On 14/06/06, Victor Shepelev <vshepelev / imho.com.ua> wrote: > > I can confirm. But I'm afraid that some libraries I rely on use #length > and > > can break when #length doesn't work. > > Those libraries should probably be considered broken; they can and > should be patched to do any human-readable-string processing in an > encoding-safe manner (e.g. by using jcode's jlength and each_char > methods). > > Paul. That will be quite _some_ libraries, I guess...