ibogicevic / SCADinspect

Static code analysis and javadoc-like parts documentation for your OpenSCAD-Files *** CURRENTLY UNDER DEVELOPMENT ***
GNU General Public License v3.0
2 stars 1 forks source link

Fix output of '?' character #232

Closed nimble-byte closed 7 years ago

nimble-byte commented 7 years ago

The ? character is currently making problems in all character file outputs. This problem probably occurs due to the conversion of a byte[] to a string with UTF-8 encoding.

For additional information look up the file mvn.test.output in the project root of the branch bugfix/export.

nimble-byte commented 7 years ago

Issues seems to have magically vanished. I wasn't able to recreate the issue. close