Is jcode library supported in Ruby1.9.1?

hi ,
is jcode supported in Ruby1.9.1 ?
and if it dosen’t supported how we can specify the character encoding to
uses in rb file ?

On Sun, Feb 28, 2010 at 4:18 AM, Kareem Abd-Elmageed
[email protected] wrote:

hi ,
is jcode supported in Ruby1.9.1 ?
and if it dosen’t supported how we can specify the character encoding to
uses in rb file ?

It was deprecated.
You usually set the encoding at the top of your file, with a magic
comment like:

Encoding: UTF-8

For more information about the new encoding features of 1.9, see
http://blog.grayproductions.net/articles/understanding_m17n