To get character's Unicode in Ruby 1.9.2, I use ord:
"я".ord # => 1103 (It's a Russian letter)
How could I get the Unicode in Ruby 1.8.7 ?
|
feedback
|
|
You could use my
| |||
|
feedback
|
|
Well, I found this nice solution:
| |||
|
feedback
|