Version: unspecified (using KDE 4.6.3) OS: Linux When I try to encrypt any unicode characters in editor mode ("file->open editor"), they all become an "?" symbols. Moreover, I try to encrypt different unicode symbols few times, but I get identical hashes with any of them. In other way, when i try the same in terminal: echo '<some unicode symbols>'|gpg --no-secmem-warning --no-tty --debug-level none --status-fd=1 --command-fd=0 --armor -e --recipient <MYKEY>|gpg --decrypt All goes fine (without converting unicode chars to "?". Reproducible: Always Steps to Reproduce: 1. Run KGPG. 2. Press "File" menu. Then press "Open editor" item. 3. Type some unicode (possibly, not-ascii at all) text. 4. Press "Encrypt". 5. Select your open key. 6. Copy result and try to decrypt it (anywhere). 7. You wil see "?" symbols instead of unicode symbols. Actual Results: I see "?" symbols. Expected Results: I should see unicode text.
*** This bug has been marked as a duplicate of bug 269501 ***