From: Nick Clifton Date: Tue, 19 Jun 2007 11:29:05 +0000 (+0000) Subject: Add description of new --codepage switch for windres which was accidentally omitted... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=30496feaaec4196cf4fc02cee8a05d309f016c03;p=pf3gnuchains%2Fpf3gnuchains3x.git Add description of new --codepage switch for windres which was accidentally omitted when the full patch was checked in. --- diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 77027ffc96..9591fe9e9c 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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.