ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ddd motif character set bug


From: tedc
Subject: Re: ddd motif character set bug
Date: Mon, 31 Jan 2005 09:34:39 -0800
User-agent: KMail/1.7.1

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]