Add description of new --codepage switch for windres which was accidentally omitted...
authorNick Clifton <nickc@redhat.com>
Tue, 19 Jun 2007 11:29:05 +0000 (11:29 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 19 Jun 2007 11:29:05 +0000 (11:29 +0000)
binutils/doc/binutils.texi

index 77027ffc961c8531e629d9e2a39c25a7d24d161a..9591fe9e9c5a6da5bf0f480aa77d41572058d1f3 100644 (file)
@@ -3011,6 +3011,13 @@ Ignored for compatibility with rc.
 Enable verbose mode.  This tells you what the preprocessor is if you
 didn't specify one.
 
+@item -c @var{val}
+@item --codepage @var{val}
+Specify the default codepage to use when reading an @code{rc} file.
+@var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
+codepage code. The valid range is from zero up to 0xffff, but the
+validity of the codepage is host and configuration dependent.
+
 @item -l @var{val}
 @item --language @var{val}
 Specify the default language to use when reading an @code{rc} file.
This page took 0.027429 seconds and 4 git commands to generate.