On Apr 9, 1:08 am, Johan <joan.joj...@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> I'm trying show tilde in a window, for example the character '=E0' or
> '=E8' but i can't because always show a strange characters.
>
> I type:
>
> a =3D 'T=E0rrega'
> WINDOW 1
> XYOUTS 50,50,a,/DEVICE
>
> but never show '=E0' good.
>
> u can see the error doing
> print, BYTE(a)
>
> the result is
> 'T' '=E0' 'r' 'r' 'e' 'g' 'a'
>
> 84 195 160 114 114 101 103 97
>
> If someone has had the same problem or some solutions.
>
> Thanks for all
You could try using TeXtoIDL [assuming you are familiar with LaTeX]
http://physweb.mnstate.edu/mcraig/textoidl/
Enjoy.


|