Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a NTSerializer sub-class for nt11 #700

Merged
merged 1 commit into from
Jan 24, 2017
Merged

add a NTSerializer sub-class for nt11 #700

merged 1 commit into from
Jan 24, 2017

Conversation

gromgull
Copy link
Member

NTriples in RDF1.1 are utf8 encoded.
This is backwards compatible, but you can have nicer output if you
know the consumer will support nt11/utf-8

Fixes #695

NTriples in RDF1.1 are utf8 encoded.
This is backwards compatible, but you can have nicer output if you
know the consumer will support nt11/utf-8

Fixes #695
@gromgull gromgull merged commit 7a15c22 into master Jan 24, 2017
@gromgull gromgull deleted the add-nt11 branch January 24, 2017 14:16
@joernhees joernhees added this to the rdflib 4.2.2 milestone Jan 25, 2017
@joernhees joernhees added enhancement New feature or request in-resolution serialization Related to serialization. labels Jan 25, 2017
@joernhees
Copy link
Member

;)

joernhees added a commit that referenced this pull request Jan 25, 2017
* master: (44 commits)
  quote cleanup OCD
  serializer/parser alias for 'ntriples'
  serializer/parser alias for 'ttl'
  cleanup
  remove outdated always skipped test
  a bit of changelog
  add a NTSerializer sub-class for nt11 (#700)
  Restrict normalization to unicode-compatible values (#674)
  fixes for turtle/trig namespace handling
  skip serialising empty default graph
  skip round-trip test, unfixable until 5.0
  prefix test for #428
  Added additional trig unit tests to highlight some currently occurring issues.
  remove ancient and broken 2.3 support code. (#681)
  updating deprecated testing syntax (#697)
  docs: clarify the use of an identifier when persisting a triplestore (#654)
  removing pyparsing version requirement (#696)
  made min/max aggregate functions support all literals (#694)
  actually fix projection from sub-queries
  added dawg tests for #607
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-resolution serialization Related to serialization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants