We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fe9dc commit 33549b2Copy full SHA for 33549b2
tulip-runtime/src/main/java/io/github/tulipltt/tulip/api/TulipApi.java
@@ -48,7 +48,7 @@ public class TulipApi implements Callable<Integer> {
48
public static String runTulip(String text, TulipUserFactory userFactory) {
49
// Record the start time in nanoseconds
50
long startTime = System.nanoTime();
51
- System.setProperty("python.console.encoding", "UTF-8");
+ System.setProperty("python.console.encoding", "utf-8");
52
String outputFilename = TulipKt.initConfig(text);
53
TulipKt.runBenchmarks(userFactory);
54
// createHtmlReport(outputFilename, text);
0 commit comments