trying to figure out how I can convert my search results to display special characters like ä and ö correctly.
e.g. the result is:
"<div id="resultStats">Ungef?hr 264.000.000 Ergebnisse</div>"
in english it's "about 264.000.000 results"
This is the current code kaypel wrote for the most part and I started to modify and play around with it.
I hope someone can help me with it, as I wasn't able to find results that helped me to convert the string array.
boolean eingabemodus;
import java.net.*; import java.io.*;
int start_x, start_y;
String[] gesucht = new String[0]; float[] anzahlergebnisse = new float[0];