Hello,
when writing a model to the command line via
model.write(System.out, "TURTLE")
the character encoding is wrong (the literal "Führerschein"
gets "Führerschein". When I use a FileOutputStream to write
the model to a file, the encoding is correct. Why is that?
Best,
Dominic
- Character encoding with using System.out Dominic Looser
- Re: Character encoding with using System.out Andy Seaborne
