diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-09-15 17:34:10 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-17 06:57:31 +0000 |
commit | 215180d1ce6c93e2b4969d746c83ac4c055d25ef (patch) | |
tree | d9cf00cd41a0f729b2028814b574905a79ba8dae /dirmngr/crlcache.h | |
parent | g10: On failure, propagate the return code. (diff) | |
download | gnupg-215180d1ce6c93e2b4969d746c83ac4c055d25ef.tar.gz gnupg-215180d1ce6c93e2b4969d746c83ac4c055d25ef.zip |
move some file encodings to UTF-8
* dirmgnr/cdblib.c: comment used unnecesary hyphenation
* dirmngr/crlcache.h: comment was iso-8859-1
* doc/contrib.text: list contributors using UTF-8 (now we can
acknowledge many more people using their preferred orthography)
At least one other files remains in a non-UTF-8 encoding, which i'm
not sure what to do with:
- build-aux/speedo/w32/inst.nsi is ISO-8859-1, but maybe Windows needs
it that way?
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'dirmngr/crlcache.h')
-rw-r--r-- | dirmngr/crlcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/crlcache.h b/dirmngr/crlcache.h index 6e9dc28ff..0e60def8f 100644 --- a/dirmngr/crlcache.h +++ b/dirmngr/crlcache.h @@ -1,5 +1,5 @@ /* crlcache.h - LDAP access - * Copyright (C) 2002 Klar�lvdalens Datakonsult AB + * Copyright (C) 2002 Klarälvdalens Datakonsult AB * * This file is part of DirMngr. * |