diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-22 22:23:04 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-09-23 14:08:33 +0000 |
commit | a11450eb048df79a3f2b00ebef6d7cab07ad5054 (patch) | |
tree | 7ba28846ae0790aab2f52ee41398fe894af9f8d0 /lang/qt/src/dataprovider.cpp | |
parent | tests: Check data after decryption (diff) | |
download | gpgme-a11450eb048df79a3f2b00ebef6d7cab07ad5054.tar.gz gpgme-a11450eb048df79a3f2b00ebef6d7cab07ad5054.zip |
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 <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lang/qt/src/dataprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/dataprovider.cpp b/lang/qt/src/dataprovider.cpp index df561330..8385686c 100644 --- a/lang/qt/src/dataprovider.cpp +++ b/lang/qt/src/dataprovider.cpp @@ -1,5 +1,5 @@ /* dataprovider.cpp - Copyright (C) 2004 Klar�vdalens Datakonsult AB + Copyright (C) 2004 Klarävdalens Datakonsult AB Copyright (c) 2016 Intevation GmbH This file is part of QGPGME. |