* [PATCH] libgcrypt: Re-encode versioninfo.rc.in to UTF8 from latin-1
@ 2026-01-24 2:06 Glenn Washburn
0 siblings, 0 replies; only message in thread
From: Glenn Washburn @ 2026-01-24 2:06 UTC (permalink / raw)
To: grub-devel
Cc: Daniel Kiper, Vladimir 'phcoder' Serbinenko,
Glenn Washburn
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=US-ASCII, Size: 1308 bytes --]
Files that are not UTF8 encoded may be assumed to be so by some tools,
like git send-email. This can inturn cause confusion by tools further
down the line. To avoid this all GRUB test files should be UTF8
encoded.
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
I've checked all text files in the source and this appears to be the only
one not UTF8 encoded.
Glenn
---
grub-core/lib/libgcrypt/src/versioninfo.rc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/lib/libgcrypt/src/versioninfo.rc.in b/grub-core/lib/libgcrypt/src/versioninfo.rc.in
index f87d0d0597e5..15d070e9ee4e 100644
--- a/grub-core/lib/libgcrypt/src/versioninfo.rc.in
+++ b/grub-core/lib/libgcrypt/src/versioninfo.rc.in
@@ -39,7 +39,7 @@ BEGIN
VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
VALUE "FileVersion", "@LIBGCRYPT_LT_CURRENT@.@LIBGCRYPT_LT_AGE@.@LIBGCRYPT_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libgcrypt\0"
- VALUE "LegalCopyright", "Copyright © 2021 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright © 2021 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libgcrypt.dll\0"
VALUE "PrivateBuild", "\0"
--
2.47.3
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-24 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-24 2:06 [PATCH] libgcrypt: Re-encode versioninfo.rc.in to UTF8 from latin-1 Glenn Washburn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox