electron/rcedit

get-version-string on LegalCopyright does not show the copyright character correctly

Opened this issue · 1 comments

I have a DLL whose LegalCopyright contains the copyright character. -gvs doesn't show this character property - see below.
image

Is there some configuration in rcedit that needs to be set in order for it to show properly?

You can use my version of RCedit,

  • Download RCedit in the latest artifact
  • Extract the zip file
  • Modify your current rcedit.exe file with the new one
  • Retry execute rcedit .\Release\file.dll -gvs "LegalCopyright"

It will correctly return the copyright to you.
Currently my version is in development but its current version will allow you to do what you want