]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/winduni.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / binutils / winduni.c
index 9868d4bc11fbb599cd76e68647e893ae69ebdcbf..808a7668c70749913a58b5dea1976441861e73a2 100644 (file)
@@ -1,5 +1,5 @@
 /* winduni.c -- unicode support for the windres program.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
    Rewritten by Kai Tietz, Onevision.
 
@@ -57,7 +57,7 @@ static int unichar_isascii (const unichar *, rc_uint_type);
 /* Codepages mapped.  */
 static local_iconv_map codepages[] =
 {
-  { 0, "MS-ANSI" },
+  { 0, "cp1252" },
   { 1, "WINDOWS-1252" },
   { 437, "MS-ANSI" },
   { 737, "MS-GREEK" },