Posts by iMakaay • 11 points
3 posts
-
0
votes1
answer93
viewsA: String Handling - Javafx Application
Problem solved buffer = new BufferedReader(new InputStreamReader(new FileInputStream(caminho), Charset.forName("ISO-8859-1")));
-
1
votes1
answer69
viewsQ: Take html from a tag, including the tag itself
How would I get a piece of my html along with the tags? For example: I wanted to get this span inside the TD, in case I wanted it all together, up to the tag <span>, drew?…
-
0
votes1
answer93
viewsQ: String Handling - Javafx Application
I’m having a problem I’m reading a file and I need to remove the accents of the string, however, the function is not working in my Javafx application. Function: public static String remove(String…