diff --git a/cardcreator/results/simple_table.pdf b/cardcreator/results/simple_table.pdf index 74ae5ed..4e439d3 100755 Binary files a/cardcreator/results/simple_table.pdf and b/cardcreator/results/simple_table.pdf differ diff --git a/cardcreator/src/de/tilman/cardcreator/CardCreator.java b/cardcreator/src/de/tilman/cardcreator/CardCreator.java index a433759..d8cbf73 100755 --- a/cardcreator/src/de/tilman/cardcreator/CardCreator.java +++ b/cardcreator/src/de/tilman/cardcreator/CardCreator.java @@ -78,7 +78,7 @@ public class CardCreator { protected List fetchCardData(List links) throws SpotifyWebApiException, IOException { List cards = new LinkedList(); HashMap hints = new HashMap(); - hints.put(EncodeHintType.CHARACTER_SET, "UTF-8"); + hints.put(EncodeHintType.CHARACTER_SET, "ISO-8859-15"); for (String link : links) { System.out.println(link);