move some file encodings to UTF-8
* THANKS, doc/ChangeLog-2011, tests/ChangeLog-2011, tests/gpg/geheim.txt: convert from iso 8859-1 to utf-8. * lang/qt/src/dataprovider.cpp, lang/qt/src/qgpgmerefreshkeysjob.cpp, lang/qt/src/qgpgmesecretkeyexportjob.cpp: replace U+FFFD REPLACEMENT CHARACTER with proper U+00E4 LATIN SMALL LETTER A WITH DIAERESIS. -- Note that src/versioninfo.rc.in is still ISO-8859-1. I don't know whether Windows will properly handle UTF-8 in this file or not, so i have not touched it. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
9b38817968
commit
a11450eb04
6
THANKS
6
THANKS
@ -5,7 +5,7 @@ want to thank them for their help. If we forgot you, please let us
|
|||||||
know.
|
know.
|
||||||
|
|
||||||
Adriaan de Groot adridg@cs.kun.nl
|
Adriaan de Groot adridg@cs.kun.nl
|
||||||
Albrecht Dreß albrecht.dress@arcor.de
|
Albrecht Dreß albrecht.dress@arcor.de
|
||||||
Alfons Hoogervorst alfons@proteus.demon.nl
|
Alfons Hoogervorst alfons@proteus.demon.nl
|
||||||
Daniel Mueller daniel@danm.de
|
Daniel Mueller daniel@danm.de
|
||||||
Enno Cramer uebergeek@web.de
|
Enno Cramer uebergeek@web.de
|
||||||
@ -13,13 +13,13 @@ Frank Heckenbach frank@g-n-u.de
|
|||||||
Igor Belyi gpgme@katehok.ac93.org
|
Igor Belyi gpgme@katehok.ac93.org
|
||||||
Jan-Oliver Wagner jan@intevation.de
|
Jan-Oliver Wagner jan@intevation.de
|
||||||
Johannes Poehlmann jhp@caldera.de
|
Johannes Poehlmann jhp@caldera.de
|
||||||
Jose C. García Sogo jose@jaimedelamo.eu.org
|
Jose C. García Sogo jose@jaimedelamo.eu.org
|
||||||
Leo Gaspard ekleog@gmail.com
|
Leo Gaspard ekleog@gmail.com
|
||||||
Mark Mutz mutz@kde.org
|
Mark Mutz mutz@kde.org
|
||||||
Miguel Coca mcoca@gnu.org
|
Miguel Coca mcoca@gnu.org
|
||||||
Noel Torres envite@rolamasao.org
|
Noel Torres envite@rolamasao.org
|
||||||
Patrick Spendrin patrick.spendrin@kdab.com
|
Patrick Spendrin patrick.spendrin@kdab.com
|
||||||
Stéphane Corthésy stephane@sente.ch
|
Stéphane Corthésy stephane@sente.ch
|
||||||
Timo Schulz twoaday@freakmail.de
|
Timo Schulz twoaday@freakmail.de
|
||||||
Tommy Reynolds reynolds@redhat.com
|
Tommy Reynolds reynolds@redhat.com
|
||||||
W. Trevor King wking@tremily.us
|
W. Trevor King wking@tremily.us
|
||||||
|
@ -397,7 +397,7 @@
|
|||||||
(Listing Keys): Update examples.
|
(Listing Keys): Update examples.
|
||||||
(Decrypt): Result might also be available when operation failed.
|
(Decrypt): Result might also be available when operation failed.
|
||||||
(Verify): Result might also be available when operation failed.
|
(Verify): Result might also be available when operation failed.
|
||||||
All spotted by Stéphane Corthésy.
|
All spotted by Stéphane Corthésy.
|
||||||
|
|
||||||
2003-07-22 Marcus Brinkmann <marcus@g10code.de>
|
2003-07-22 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* dataprovider.cpp
|
/* dataprovider.cpp
|
||||||
Copyright (C) 2004 Klar<EFBFBD>vdalens Datakonsult AB
|
Copyright (C) 2004 Klarävdalens Datakonsult AB
|
||||||
Copyright (c) 2016 Intevation GmbH
|
Copyright (c) 2016 Intevation GmbH
|
||||||
|
|
||||||
This file is part of QGPGME.
|
This file is part of QGPGME.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
qgpgmerefreshkeysjob.cpp
|
qgpgmerefreshkeysjob.cpp
|
||||||
|
|
||||||
This file is part of qgpgme, the Qt API binding for gpgme
|
This file is part of qgpgme, the Qt API binding for gpgme
|
||||||
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
|
Copyright (c) 2004 Klarävdalens Datakonsult AB
|
||||||
Copyright (c) 2016 Intevation GmbH
|
Copyright (c) 2016 Intevation GmbH
|
||||||
|
|
||||||
QGpgME is free software; you can redistribute it and/or
|
QGpgME is free software; you can redistribute it and/or
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
qgpgmesecretexportjob.cpp
|
qgpgmesecretexportjob.cpp
|
||||||
|
|
||||||
This file is part of qgpgme, the Qt API binding for gpgme
|
This file is part of qgpgme, the Qt API binding for gpgme
|
||||||
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
|
Copyright (c) 2004 Klarävdalens Datakonsult AB
|
||||||
Copyright (c) 2016 Intevation GmbH
|
Copyright (c) 2016 Intevation GmbH
|
||||||
|
|
||||||
QGpgME is free software; you can redistribute it and/or
|
QGpgME is free software; you can redistribute it and/or
|
||||||
|
@ -603,7 +603,7 @@
|
|||||||
|
|
||||||
2002-09-28 Marcus Brinkmann <marcus@g10code.de>
|
2002-09-28 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* t-version.c: Include <string.h>. Reported by Stéphane Corthésy.
|
* t-version.c: Include <string.h>. Reported by Stéphane Corthésy.
|
||||||
|
|
||||||
2002-09-02 Marcus Brinkmann <marcus@g10code.de>
|
2002-09-02 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
@ -624,8 +624,8 @@
|
|||||||
|
|
||||||
* gpg/t-encrypt-sym.c (main): Change type of I to size_t and
|
* gpg/t-encrypt-sym.c (main): Change type of I to size_t and
|
||||||
rename to LEN.
|
rename to LEN.
|
||||||
* gpg/t-verify.c (main): Likewise. Submitted by Stéphane
|
* gpg/t-verify.c (main): Likewise. Submitted by Stéphane
|
||||||
Corthésy.
|
Corthésy.
|
||||||
|
|
||||||
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
@ -772,7 +772,7 @@
|
|||||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by
|
* gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by
|
||||||
Stéphane Corthésy.
|
Stéphane Corthésy.
|
||||||
|
|
||||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Wenn Sie dies lesen können, ist es wohl nicht
|
Wenn Sie dies lesen können, ist es wohl nicht
|
||||||
geheim genug.
|
geheim genug.
|
||||||
|
Loading…
Reference in New Issue
Block a user