diff options
author | Ron Yorston <rmy@pobox.com> | 2023-06-20 15:33:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-06-20 15:33:10 +0100 |
commit | 830e2cfae63a20beddd81d9db00dc906265a0e34 (patch) | |
tree | a836416a6dfb90c2c07047d741593a1a9291fb9b /.gitignore | |
parent | 3c910ba8be077e4702b040e5a7d445e1b9d85695 (diff) | |
download | busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.tar.gz busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.tar.bz2 busybox-w32-830e2cfae63a20beddd81d9db00dc906265a0e34.zip |
win32: include UTF-8 manifest
Include a manifest in the binary to set the process code page to
UTF-8. This only has an effect from Windows 10 version 1903.
Controlled by the FEATURE_UTF8_MANIFEST config setting, disabled
by default.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 764cc058a..a4031f6ec 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -22,7 +22,6 @@ Config.in | |||
22 | /busybox_old | 22 | /busybox_old |
23 | /busybox_old.exe | 23 | /busybox_old.exe |
24 | /busybox_unstripped* | 24 | /busybox_unstripped* |
25 | win32/resources/busybox-w32.manifest | ||
26 | 25 | ||
27 | # | 26 | # |
28 | # Backups / patches | 27 | # Backups / patches |