Your Ad Here

Posted By

indianocean on 06/13/07


Tagged

textmate ruby unicode


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

webstic


Using Unicode in Ruby


 / Published in: Ruby
 

Simply prefix with the 2 lines.

  1. require 'jcode'
  2. $KCODE = 'u'

Report this snippet  

You need to login to post a comment.