diff options
author | Tom Tromey <tromey@redhat.com> | 2009-04-15 22:20:32 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-04-15 22:20:32 +0000 |
commit | 732f6a935c88164b258505f7b10091bafa6bf877 (patch) | |
tree | 9e0a9ca2bcb24401e3074aee239450100af218d8 /gdb/doc | |
parent | 334cc82d44775325475752b1126a3257b51b2b0c (diff) | |
download | gdb-732f6a935c88164b258505f7b10091bafa6bf877.zip gdb-732f6a935c88164b258505f7b10091bafa6bf877.tar.gz gdb-732f6a935c88164b258505f7b10091bafa6bf877.tar.bz2 |
gdb
* c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
(c_printstr): Likewise.
* charset.c: Include gdb_wait.h.
(make_wchar_iterator): Use INTERMEDIATE_ENCODING.
(find_charset_names): Use pexecute. Handle libiconv's output.
Detect errors.
(_initialize_charset): Use xstrdup.
* gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
cases.
(INTERMEDIATE_ENCODING): New define.
* configure, config.in: Rebuild.
* configure.ac: Check for btowc.
gdb/doc
* gdb.texinfo (Character Sets): Document default character set.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 89d7d11..68ba957 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-15 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Character Sets): Document default character set. + 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr> * gdbint.texinfo: Change server name from sources.redhat.com to diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5269dfc..ebba32f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7998,7 +7998,9 @@ Set the current host character set to @var{charset}. By default, @value{GDBN} uses a host character set appropriate to the system it is running on; you can override that default using the -@code{set host-charset} command. +@code{set host-charset} command. On some systems, @value{GDBN} cannot +automatically determine the appropriate host character set. In this +case, @value{GDBN} uses @samp{UTF-8}. @value{GDBN} can only use certain character sets as its host character set. If you type @kbd{@w{set target-charset @key{TAB}@key{TAB}}}, |