[ 
https://issues.apache.org/jira/browse/JENA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050426#comment-13050426
 ] 

Andy Seaborne commented on JENA-73:
-----------------------------------

Workaround:

Set system properties before creating writer:

e.g. 

System.setProperty("usePropertySymbols", "false") ;


> Turtle and N3 writer ignores properties sat after creation.
> -----------------------------------------------------------
>
>                 Key: JENA-73
>                 URL: https://issues.apache.org/jira/browse/JENA-73
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> Example:
>  RDFWriter w = model.getWriter("TTL");
>  w.setProperty("usePropertySymbols", "false");
>  w.write(model, fos, null);
> still writes "a" 
> useWellKnownPropertySymbols is set when writer created.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to