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 d3c79a9 commit 20e0620Copy full SHA for 20e0620
src/main/java/io/github/fvarrui/javapackager/utils/CharSetUtil.java
@@ -19,9 +19,8 @@ public static Charset getCommandLineChartSet(){
19
case "65001": return Charset.forName("UTF-8");
20
}
21
}catch (Exception e){
22
- return Charset.defaultCharset();
23
24
- return Charset.forName("UTF-8");
+ return Charset.defaultCharset();
25
26
27
private static String find(String pattern,String data){
0 commit comments