citygml4j / citygml-tools

Collection of tools for processing CityGML files
Apache License 2.0
115 stars 18 forks source link

Set the encoding of the output file #15

Closed masgra closed 4 years ago

masgra commented 4 years ago

Including an option to set the encoding of characters in the output file when passing "to-cityjson".

As for now, umlaut (ä,ö,ü) and other special characters, like "ß" are written to the output file with the unknown character (U+FFFD).

clausnagel commented 4 years ago

Thanks, makes absolutely sense. And it should be available for all commands that create output files. I will use "UTF-8" as default.

clausnagel commented 4 years ago

Fixed in bb217aae978a9621cb9bb8a0026db75610bf8fd4

masgra commented 4 years ago

Fixed in bb217aa

Awesome! It workes perfectly!