Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

File Encoding Problem #5

@rso1

Description

@rso1

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"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions