You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your API uses the standard encoding of the VM, which is problematic in case
the encoding is set to something not graphviz compatible (e.g. Windows
encoding together with Protege). I would therefore recommend setting the
coding explicitly in the function "private File writeDotSourceToFile(String
str)" via Writer fout = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(temp), "UTF-8"))
The text was updated successfully, but these errors were encountered:
Your API uses the standard encoding of the VM, which is problematic in case
the encoding is set to something not graphviz compatible (e.g. Windows
encoding together with Protege). I would therefore recommend setting the
coding explicitly in the function "private File writeDotSourceToFile(String
str)" via Writer fout = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(temp), "UTF-8"))
The text was updated successfully, but these errors were encountered: