logo       

Re: ddd motif character set bug: msg#00293

debugging.ddd.general

Subject: Re: ddd motif character set bug

All,

Here is the diff file for ddd.C. Note the NULL,NULL,NULL arguments.

1690a1691
>
2031,2032c2032
< // entering the event loop.
< XtSetLanguageProc(NULL,NULL,NULL);
---
> // entering the event loop.

You must export LC_ALL and LANG:

declare -x LC_ALL="en_US"
declare -x LANG="en"

To build and test:

./configure --with-readline CFLAGS="-O2" CXXFLAGS="-O2" FFLAGS="-O2"

untar the included perl files and the .htm
run:
ddd --perl --separate-windows --scrolled-graph-editor ./html2latex
auagd002.htm#ToC_33.htm&

file->open source->Latex.pm

The entire Latex.pm file scrolls fine.

If one unsets LC_AL and LANG:
declare -x LC_ALL=""
declare -x LANG=""
and runs:
ddd --perl --separate-windows --scrolled-graph-editor ./html2latex
auagd002.htm#ToC_33.htm&

file->open source->Latex.pm

The entire Latex.pm file DOES NOT scroll fine. See where it stops at the
undisplayable characters.

Tedc








Attachment: test.tar
Description: Unix tar archive

_______________________________________________
Ddd mailing list
Ddd@xxxxxxx
http://lists.gnu.org/mailman/listinfo/ddd
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise