commit:     da3e09b2bcb85bbfec0dc6c37235c7139c41c74a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 09:14:55 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 09:14:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=da3e09b2

gen-dev-wot.sh: graphviz documentation says "UTF-8".

https://www.graphviz.org/doc/info/attrs.html#d:charset says that the
only allowed values are "UTF-8" and "iso-8859-1"/"Latin1".

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 gen-dev-wot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index f2b21d5..8f01995 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" 
--list-sigs | \
        /usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \
        > keys.dot
 
-dot -Gcharset=utf8 -Tsvg keys.dot > "${1}/wot-graph.svg"
+dot -Gcharset=UTF-8 -Tsvg keys.dot > "${1}/wot-graph.svg"
 
 mv wot-stats.html "${1}"

Reply via email to