Kodierung wieder auf ISO-8859-15
This commit is contained in:
Binary file not shown.
@@ -78,7 +78,7 @@ public class CardCreator {
|
|||||||
protected List<Card> fetchCardData(List<String> links) throws SpotifyWebApiException, IOException {
|
protected List<Card> fetchCardData(List<String> links) throws SpotifyWebApiException, IOException {
|
||||||
List<Card> cards = new LinkedList<Card>();
|
List<Card> cards = new LinkedList<Card>();
|
||||||
HashMap<EncodeHintType, Object> hints = new HashMap<EncodeHintType, Object>();
|
HashMap<EncodeHintType, Object> hints = new HashMap<EncodeHintType, Object>();
|
||||||
hints.put(EncodeHintType.CHARACTER_SET, "UTF-8");
|
hints.put(EncodeHintType.CHARACTER_SET, "ISO-8859-15");
|
||||||
|
|
||||||
for (String link : links) {
|
for (String link : links) {
|
||||||
System.out.println(link);
|
System.out.println(link);
|
||||||
|
|||||||
Reference in New Issue
Block a user