What is the best way of dealing with unicode in ruby right now? I'm 
using  require 'jcode'  and it gives me some UTF-8 adapted methods, but 
others are sorely lacking, such as s[pos, length].

Is there some other library that I can use or do I have to roll my own 
methods for multibyte string indexing (a must for my application)?

// Niklas