Bug 155790 - impossible to use the special characters (like èéà) for passwords
Summary: impossible to use the special characters (like èéà) for passwords
Status: RESOLVED FIXED
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Rolf Eike Beer
URL:
Keywords:
: 159583 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-14 23:26 UTC by GML
Modified: 2009-11-06 19:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Write password as UTF8 instead of local charset (567 bytes, patch)
2008-05-11 11:36 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
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