File: windows-utf8.rc

package info (click to toggle)
coreutils 9.10-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 70,560 kB
  • sloc: ansic: 253,546; sh: 30,931; perl: 8,141; yacc: 1,846; makefile: 198; python: 47; sed: 16
file content (9 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
/* This file is in the public domain. */

/* This file is a resource definition file.
   When compiled to an object file, it embeds the windows-utf8.manifest file,
   that has the effect that in the application, GetACP () == 65001 instead
   of e.g. 1252. */

#include <winresrc.h>  /* includes <winuser.h>, <winver.h> */
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "windows-utf8.manifest"