From b2011c8d04b8b212d3514836de81a51ad8f25ab2 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Tue, 3 Feb 2026 11:24:27 +0000 Subject: [PATCH 1/3] Provide an example VOTable with non-ASCII content This is not used as part of the document build, but it may be useful for implementors testing VOTable 1.6 I/O implementations. --- unicode-example.vot | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 unicode-example.vot diff --git a/unicode-example.vot b/unicode-example.vot new file mode 100644 index 0000000..e756b04 --- /dev/null +++ b/unicode-example.vot @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AAlphaAlpha.....A123456789a123456789AAlphaAlphaA1234a12341
BΒηταΒητα..Βητα..beta......BΒηταΒητα.Βητα.beta.2
GΓΓꙮ.😀Γꙮ😀 ABCDEFGHIJΓΓαμμαΓꙮ...Γꙮ...ABCDE3
+ + + + + + + + +
+
+
From 5b42141c812258b211f1e09cac09d59514ac7393 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Thu, 26 Mar 2026 10:06:38 +0000 Subject: [PATCH 2/3] Remove deprecated arraysize="1" attributes As pointed out by @fxpineau, arraysize="1" has been deprecated at VOTable 1.5, so remove those attributes from the single-character char and unicodeChar columns in the unicode example VOTable. --- unicode-example.vot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unicode-example.vot b/unicode-example.vot index e756b04..e8639e0 100644 --- a/unicode-example.vot +++ b/unicode-example.vot @@ -15,11 +15,11 @@ - + - + From af89d7dfb21f45bfb1e451edf1953a0a7127dfa2 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Wed, 1 Apr 2026 14:26:02 +0100 Subject: [PATCH 3/3] Add unicode.vot validation to tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f4bccaa..e46cc25 100644 --- a/Makefile +++ b/Makefile @@ -79,3 +79,6 @@ test: @$(STILTS) xsdvalidate \ schemaloc="http://www.ivoa.net/xml/VOTable/v1.3=VOTable.xsd" \ stc_example2.vot + @$(STILTS) xsdvalidate \ + schemaloc="http://www.ivoa.net/xml/VOTable/v1.3=VOTable.xsd" \ + unicode-example.vot