Help for Unicode char and Unicode char based string in Ruby

Hi

I want to use Unicode character and Unicode character based string in
Ruby. Please provide some help to me.

Regards
Chirag

Chirag M. wrote:

Hi

I want to use Unicode character and Unicode character based string in
Ruby. Please provide some help to me.

Regards
Chirag

I’m puzzled with the same question. It seemed that the later version
support
the Unicode character.

Robert Edwards wrote:

Chirag M. wrote:

Hi

I want to use Unicode character and Unicode character based string in
Ruby. Please provide some help to me.

Regards
Chirag

I’m puzzled with the same question. It seemed that the later version
support
the Unicode character.

Is there any library or Ruby extension which can provide Unicode
character and Unicode character based string in Ruby?

Regards
Chirag

In article [email protected],
Chirag M. [email protected] wrote:

Is there any library or Ruby extension which can provide Unicode
character and Unicode character based string in Ruby?

Either you go the Ruby 1.9 way or you look at iconv & icu4r (more or
less dead
AFAIK but it works).

Ollivier R. wrote:

In article [email protected],
Chirag M. [email protected] wrote:

Is there any library or Ruby extension which can provide Unicode
character and Unicode character based string in Ruby?

Either you go the Ruby 1.9 way or you look at iconv & icu4r (more or
less dead
AFAIK but it works).

Hi

You mean to say string in Ruby 1.9 supports Unicode character?

Regards
Chirag

In article [email protected],
Chirag M. [email protected] wrote:

Can anyone give me more details for the same?
How should we use Unicode char and Unicode char based String with Ruby
1.9?

Have you looked at the following?

http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9#l113

Chirag M. wrote:

Ollivier R. wrote:

In article [email protected],
Chirag M. [email protected] wrote:

Is there any library or Ruby extension which can provide Unicode
character and Unicode character based string in Ruby?

Either you go the Ruby 1.9 way or you look at iconv & icu4r (more or
less dead
AFAIK but it works).

Can anyone give me more details for the same?
How should we use Unicode char and Unicode char based String with Ruby
1.9?

Regards
Chirag