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
  • 35,076
  • 87
  • 265
  • 471
  • 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. m. could be an AI
  • 112,515
  • 14
  • 128
  • 243