Page MenuHome GnuPG

machsix (Han Luo)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 22 2019, 6:20 PM (269 w, 4 d)
Availability
Available

Recent Activity

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