← Back to team overview

zorba-coders team mailing list archive

[Bug 942161] [NEW] serializer to support arbitrary encodings

 

Public bug reported:

The Serializer currently supports UTF-8 and UTF-16 as output encodings.
The transcode::stream that was recently pushed into Zorba allows for
arbitrary encodings. With this feature, the serializer should make use
of it to also allow for arbitrary encodings.

However, this is a change that requires the API to change in a backwards
incompatible way. Specifically, the way how a C++ api user can choose
the encoding needs to be adapted.

** Affects: zorba
     Importance: Medium
     Assignee: Nicolae Brinza (nbrinza)
         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/942161

Title:
  serializer to support arbitrary encodings

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The Serializer currently supports UTF-8 and UTF-16 as output
  encodings. The transcode::stream that was recently pushed into Zorba
  allows for arbitrary encodings. With this feature, the serializer
  should make use of it to also allow for arbitrary encodings.

  However, this is a change that requires the API to change in a
  backwards incompatible way. Specifically, the way how a C++ api user
  can choose the encoding needs to be adapted.

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


Follow ups

References