[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2018-07-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360364

--- Comment #7 from lockyw...@gmail.com ---
I don't have Windows at the moment to test the issue, but thanks for your work!
Windows character encoding system is unbelievably messy.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2018-07-18 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=360364

--- Comment #6 from Andre Heinecke  ---
I hope that it will be fixed with Gpg4win-3.1.3

At least for my windows test system it works now. But the encoding is so messy
that it might still be broken in other situations.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2018-07-18 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=360364

Andre Heinecke  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kle
   ||opatra/289efa360f6b15a3389e
   ||a2f2efede352711e7d7e

--- Comment #5 from Andre Heinecke  ---
Git commit 289efa360f6b15a3389ea2f2efede352711e7d7e by Andre Heinecke.
Committed on 18/07/2018 at 09:26.
Pushed by aheinecke into branch 'master'.

Another try to fix windows encoding mess

We now put GnuPG's output through a central conversion
function so that we have a place to modify when things
change.

The Problem is that on my western windows system GnuPG
gets CP 437 as GetConsoleOutputCP and prints in that codepage.
We get 0 as GetConsoleOutputCP and 1252 with GetACP.

The only thing that seemed to somehow match was GetOEMCP but
that might just be luck and it might still be broken in
other windows languages.

Using --display-charset utf8 does not work (even when fixing
the argument order) and is also not available for GPGSM.

M  +1-1src/commands/dumpcertificatecommand.cpp
M  +5-4src/commands/gnupgprocesscommand.cpp
M  +51   -0src/utils/gnupg-helper.cpp
M  +6-1src/utils/gnupg-helper.h

https://commits.kde.org/kleopatra/289efa360f6b15a3389ea2f2efede352711e7d7e

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2017-11-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360364

lockyw...@gmail.com changed:

   What|Removed |Added

Version|2.2.0   |3.0.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2017-11-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360364

--- Comment #4 from lockyw...@gmail.com ---
The bug is still there :-).

One of the problems here may be the historical disparity and hassle with
Cyrillic encodings. Nearly everywhere MS Windows uses cp1251, their own
development. In all strings, in Notepad-created text files, etc.

But cmd.exe console uses cp866, inherited from IBM DOS.

(In fact, both encodings are non-standard, but that's a different story.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2017-11-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360364

--- Comment #2 from lockyw...@gmail.com ---
Created attachment 108735
  --> https://bugs.kde.org/attachment.cgi?id=108735=edit
New screenshot 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[kleopatra] [Bug 360364] Kleopatra displays an error report received from gpg in gibberish after clicking "refresh OpenPGP certificates". .

2017-11-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360364

--- Comment #3 from lockyw...@gmail.com ---
Created attachment 108736
  --> https://bugs.kde.org/attachment.cgi?id=108736=edit
New screenshot 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.