[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Unicode recommendations

Niklas Frykholm

2/22/2005 8:39:00 AM

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