mbilker / cypher

:closed_lock_with_key: N1 PGP package
GNU General Public License v3.0
130 stars 12 forks source link

Decrypted non-ASCII chars aren't displayed properly #17

Open excieve opened 8 years ago

excieve commented 8 years ago

When decrypted content is injected into the message not all characters are displaying properly. ASCII chars are fine, but others (Ukrainian Cyrillic in my case) are corrupted. When decrypted manually via gpg all chars are correctly displayed.

mbilker commented 8 years ago

Ooh. I will have to look into this. It is probably the encoding between the main Electron process and my Node subprocess.