0

I'm debugging my C code

and I want to know the value of a chars array.

the problem is that it is seen like this:

0x63d7c4c8 "\327\220\327\250\327\225\327\236"

how can I convert to Hebrew chars, via eclipse debug window?

Elad Benda
  • 32,996
  • 80
  • 259
  • 444
  • http://stackoverflow.com/questions/6441474/chinese-characters-in-variable-values-while-debugging http://stackoverflow.com/questions/13882378/java-console-not-reading-in-chinese-characters-correctly – Josh Lee Oct 12 '13 at 20:25
  • @JoshLee, but these links look like Chinese to me! (sorry, couldn't resist) – Leeor Oct 12 '13 at 23:24

1 Answers1

0
bash ~ $ printf "\327\220\327\250\327\225\327\236\n"
ארומ
bash ~ $ 

Not sure you can change it in the debug window, but take a look here.

n. 1.8e9-where's-my-share m.
  • 102,958
  • 14
  • 123
  • 225