RE: Status of insight/gdbtk

"Patrick Monnerat" <[email protected]> Wed, 18 Mar 2015 14:53:46 +0100
Newsgroups gmane.comp.debugging.insight
Message-ID <AB5E58B87EB73C46A38073D8F459F113DA00E8@dataspheresrv01>
=20
Marco Aur=E9lio da Cruz wrote:

> Now, I noticed a kind of screen bug when running Insight. I put an image =
here: http://goo.gl/Hgli5V
> It is related to use of some characters in ISO8859-1. If I save my source=
 in UTF-8, Insight shows it correctly.

Yes, you're right: source code was required to be in UTF-8.
I now changed that: the source code needs to be in "Tcl system encoding": t=
his defaults to UTF-8, but as a side-effect, the conversion uses a default =
value for invalid UTF-8 characters and this default value seems to match th=
e ISO-8859 encoding.

So all your source lines should now be displayed... But the correct renderi=
ng of non-ascii characters is not garanteed.

You can find the latest code in my github repository.

Thanks for the bug report.

Patrick