generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
As part of the group looking at updating our standards to be compatible with 2020 technologies, I propose that we update the VOTable standard to handle the full UTF-8 characters set.
Issue DALI#33 is looking at adding support for xtype="json".
If we do adopt this new xtype, it allows a client to create a VOTable column with datatype="unicodeChar", arraysize="*", xtype="json".
This implies that the client can populate this column with ANY valid JSON document and upload it to a TAP service. Including JSON content that contains UTF-8 characters.
Using the current VOTable standard, some of the UTF-8 characters may end up being truncated to fit into the UTF-2 character set. Which is not the expected behaviour.
To resolve this:
- Any changes to the DALI documents that propose
xtype="json"MUST include a caveat in the text that explicitly restricts the JSON content to the UTF-2 character set. - We work to develop a new version of the VOTable standard which includes support for the full UTF-8 character set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels