Releases: melgi/cturtle
Releases · melgi/cturtle
CTurtle 1.0.6
CTurtle 1.0.5
CTurtle 1.0.4
Changes
Output of N3P on Windows will be formatted using CESU-8 in stead of UTF-8. This is due to limitations of SWI-Prolog in handling Unicode supplementary characters on Windows.
Bug fixes
#6 Add support for surrogate pairs when unescaping UCHARs.
CTurtle 1.0.3
CTurtle 1.0.2
Changes
Performance improvements due to better URI parsing and using binary IO (on Windows).
Bug fixes
#2 On Windows stdin and stdout should be reopened as "binary".
CTurtle 1.0.1
Changes
Renamed the project and executable from turtle
to cturtle
because apache-jena also comes with a turtle
command. This led to confusion if both commands were in the path.
Bug fixes
#1 Passing non-existing files as input should give an error message.
First release.
For Windows (64-bit) you can download the zip file. Just unzip it, and add the bin directory to your %PATH%.