Page MenuHome GnuPG
Feed Advanced Search

Feb 23 2019

machsix added a comment to T3194: Export of keys fails (gets mangled) if stdout is redirected to a file on Windows.

This is caused by the encoding of file in windows. If we directly redirect the stdout to file, windows encodes the file as CRLF+UCSE LE BOM but linux encodes it as LF+UTF-8. To make the file work, I just need to run dos2unix to convert the encoding. Hope it help someone having similar issue.

Feb 23 2019, 8:25 AM ยท gnupg (gpg22), Windows 32, Bug Report