Skip to navigation
How to add unicode string mainpulation functions to ruby 1.8...
07.12.13
i installed icu4r. it needs the icu library . sudo gem install icu4r example str= "??????" ustr= str.to_u(encoding = 'utf8') => String sustr[0] -> ?
http://icu4r.rubyforge.org/
Reply
Anonymous
How to add unicode string mainpulation functions to ruby 1.8...
i installed icu4r. it needs the icu library . sudo gem install icu4r example str= "??????" ustr= str.to_u(encoding = 'utf8') => String sustr[0] -> ?
07.12.13
http://icu4r.rubyforge.org/
Reply
Anonymous
Information Epoch 1732426675
Code that is graceful and clear is less likely to break.
Home
Notebook
Contact us