Public bug reported:

The file module's read and write functions need to be able to read and
write arbitrary encodings.

Currently, only reading arbitrary encodings is supported. The write part
requires API incompatible changes. Specifically, the file:write function
should be removed and split into a file:write-text and file:write-binary
function. The former accept the encoding as parameter. Non of the write
functions should implicitly call fn:serialize.

** Affects: zorba
     Importance: Medium
     Assignee: Matthias Brantner (matthias-brantner)
         Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/942171

Title:
  file module to allow for arbitrary encodings

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The file module's read and write functions need to be able to read and
  write arbitrary encodings.

  Currently, only reading arbitrary encodings is supported. The write
  part requires API incompatible changes. Specifically, the file:write
  function should be removed and split into a file:write-text and file
  :write-binary function. The former accept the encoding as parameter.
  Non of the write functions should implicitly call fn:serialize.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/942171/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to