We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af38f84 commit 57edf69Copy full SHA for 57edf69
java/src/main/java/com/genexus/internet/HttpClientJavaLib.java
@@ -708,9 +708,6 @@ public String getString() {
708
charset = StandardCharsets.UTF_8;
709
}
710
String res = EntityUtils.toString(entity, charset);
711
- if (res.matches(".*[Ã-ÿ].*")) {
712
- res = EntityUtils.toString(entity, StandardCharsets.UTF_8);
713
- }
714
eof = true;
715
return res;
716
} catch (IOException e) {
0 commit comments