File: windows-utf8.rc

package info (click to toggle)
diffutils 1%3A3.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,980 kB
  • sloc: ansic: 116,841; sh: 12,881; perl: 535; makefile: 233; sed: 16
file content (9 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (13)
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"