Convert an escaped unicode String to its chars in ruby 1.8?

The simplest approach might be to use a JSON parser, as JSON happens to use this very format: irb(main):014:0> JSON '"\u2714 \u2714 my great string \u2714 \u2714"' => "\342\234\224 \342\234\224 my great string \342\234\224 \342\234\224".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions