Ticket #76 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Provide a way to specify character encoding of annotation content body instead of assuming "utf-8"

Reported by: pradeep Assigned to: pradeep
Priority: high Milestone:
Component: topaz Version: 0.5-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Dependency Graph

Change History

07/03/06 11:35:12 changed by pradeep

  • status changed from new to assigned.

07/03/06 11:37:25 changed by pradeep

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [143]) Change to the createAnnotation() API to take in a byte array for annotation content body. This gives clients better control over the character encoding used. Closes #76.