Adam Varhegyi
Adam Varhegyi

Reputation: 9924

Eclipse character encoding messed up in error message (cygwin turns ' into ’?)

I started to study c++ and i choosen Eclipse IDE for it.

I got a little issue, see picture here:

enter image description here

You can see the charaters are pritty messed up, how could i solve this issue?

I tried to set Elipse's character encoding to ISO and UTF from cp1250 but nothing happened, i think that error message comes from the c++ compiler (I use cygwin) itself or something like that.

Any advice?

E D I T:

I tried to set character encoding in cygwin terminal with:

set LANG=es_MX.UTF-8

Nothing changed.

Upvotes: 0

Views: 208

Answers (1)

rullof
rullof

Reputation: 7442

Try to modify your debugger encoding settings:

enter image description here

Upvotes: 1

Related Questions