We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bfd13 commit c9859edCopy full SHA for c9859ed
VOTable.tex
@@ -410,6 +410,9 @@ \subsection{Primitives}
410
are equal.
411
This means that a single (non-array) \literalvalue{char}
412
is capable of storing a 7-bit ASCII character only.
413
+Strings must not be truncated mid-character
414
+so truncation of a string to fit a fixed-length char array may result in
415
+unused bytes at the end of the array.
416
417
For historical reasons the \literalvalue{unicodeChar} type can also be used
418
for character storage, but from VOTable 1.6 this type is deprecated.
0 commit comments