Bug 155790

Summary: impossible to use the special characters (like èéà) for passwords
Product: [Applications] kgpg Reporter: GML <gmludo>
Component: generalAssignee: Rolf Eike Beer <kde>
Status: RESOLVED FIXED    
Severity: normal CC: private_lock
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Write password as UTF8 instead of local charset

Description GML 2008-01-14 23:26:39 UTC
Version:           1.2.2 (using KDE 3.5.8, Kubuntu (gutsy) 4:3.5.8-0ubuntu3.1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.22-14-generic

When you use some special characters in your password, it works, but you can't decrypt your files with Kgpg.
Comment 1 Rolf Eike Beer 2008-03-20 08:15:41 UTC
*** Bug 159583 has been marked as a duplicate of this bug. ***
Comment 2 Rolf Eike Beer 2008-05-11 11:36:41 UTC
Created attachment 24704 [details]
Write password as UTF8 instead of local charset

Please try if this patch makes any difference for you. It writes the password
as utf8 to gpg instead of your local character set. It's against trunk.
Comment 3 Rolf Eike Beer 2009-11-01 12:35:19 UTC
SVN commit 1043371 by dakon:

fix passphrases with non-ascii characters

BUG:155790

 M  +2 -2      kgpginterface.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043371
Comment 4 Rolf Eike Beer 2009-11-06 19:54:40 UTC
SVN commit 1045773 by dakon:

fix passphrases with non-ascii characters

CCBUG:155790

backport of r1043371


 M  +2 -2      kgpginterface.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045773