So I want to print a hebrew character, unicode value of \u{fb20}
into the Rubymine console, the common output where hello world
would typically go if you were to just run puts 'hello world'
.
The code I am trying to run is just puts "\u{fb20}"
, nothing crazy.
Rubymine is set to default system encoding for both projectg and IDE levels, and I have tried setting the encoding to UTF-8 and UTF-16, but neither of these three setting will simply print this character correctly to the console.
I get ï¬
printed to the console at the moment, which is not the right character. The right character is ﬠ
.