This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

i18n/1570: $1 = 101 '\e'


>Number:         1570
>Category:       i18n
>Synopsis:       $1 = 101 '\e'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 25 16:18:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        2004-02-15
>Organization:
>Environment:
HP/PA 11.11
>Description:
spe191> ./gdb
GNU gdb 2004-02-15-cvs
...
This GDB was configured as "hppa2.0w-hp-hpux11.11".
...
(gdb) print/c 101
$1 = 101 '\e'
(gdb) show charset
The current host and target character set is `ISO-8859-1'.
(gdb) 


on other systems I see:

(gdb) print/c 101
$1 = 101 'e'
(gdb) show charset 
The current host and target character set is `ISO-8859-1'.

The '\e' makes a mess of the structs.exp test results.

I thought '\e' was deleted but I found an occurance in charsets.c! :-(
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]