[
https://issues.apache.org/jira/browse/JENA-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050429#comment-13050429
]
Andy Seaborne commented on JENA-71:
-----------------------------------
It's not OutputLangUtils responsibility to manage the inter-token output.
It's a set of utils to help write things.
OutputStreamWriter outWriter = new OutputStreamWriter(out);
OutputLangUtils.output(outWriter, Node.ANY, null);
outWriter.write(" ") ;
OutputLangUtils.output(outWriter, Node.ANY, null);
outWriter.write("\n") ;
e.g. TSVOutput does "w.write(sep) ;" between items on a line and write NL at end
Andy
> OutputLangUtils cannot encode Node.ANY
> --------------------------------------
>
> Key: JENA-71
> URL: https://issues.apache.org/jira/browse/JENA-71
> Project: Jena
> Issue Type: Bug
> Components: ARQ
> Reporter: Laurent Pellegrino
> Priority: Minor
> Labels: arq, node.any
> Attachments: JENA-71-r1131151.patch
>
>
> As stated in the mailing list
> (http://mail-archives.apache.org/mod_mbox/incubator-jena-dev/201106.mbox/%[email protected]%3E)
> and with JENA-70, Node.ANY cannot be encoded with OutputLangUtils.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira