mirror of
https://github.com/curl/curl.git
synced 2026-05-05 14:17:33 +03:00
curl.rc: switch out the copyright symbol for plain ASCII
.. like we already do for libcurl.rc.
libcurl.rc copyright symbol used to cause a "non-ascii 8-bit codepoint"
warning so it was switched to ascii.
Ref: 1ca62bb5 (commitcomment-133474972)
Suggested-by: Robert Southee
Closes https://github.com/curl/curl/pull/12403
This commit is contained in:
parent
dbf4c4030a
commit
1b04dfa371
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ BEGIN
|
|||
VALUE "OriginalFilename", "curl.exe\0"
|
||||
VALUE "ProductName", "The curl executable\0"
|
||||
VALUE "ProductVersion", CURL_VERSION "\0"
|
||||
VALUE "LegalCopyright", "\xa9 " CURL_COPYRIGHT "\0" /* a9: Copyright symbol */
|
||||
VALUE "LegalCopyright", "Copyright (C) " CURL_COPYRIGHT "\0"
|
||||
VALUE "License", "https://curl.se/docs/copyright.html\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue