summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/expected/charsets.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5dump/expected/charsets.ddl')
-rw-r--r--tools/test/h5dump/expected/charsets.ddl27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/test/h5dump/expected/charsets.ddl b/tools/test/h5dump/expected/charsets.ddl
new file mode 100644
index 0000000..c2301fb
--- /dev/null
+++ b/tools/test/h5dump/expected/charsets.ddl
@@ -0,0 +1,27 @@
+HDF5 "charsets.h5" {
+GROUP "/" {
+ DATASET "CharSets" {
+ DATATYPE H5T_COMPOUND {
+ H5T_STRING {
+ STRSIZE H5T_VARIABLE;
+ STRPAD H5T_STR_NULLTERM;
+ CSET H5T_CSET_ASCII;
+ CTYPE H5T_C_S1;
+ } "ascii";
+ H5T_STRING {
+ STRSIZE H5T_VARIABLE;
+ STRPAD H5T_STR_NULLTERM;
+ CSET H5T_CSET_UTF8;
+ CTYPE H5T_C_S1;
+ } "utf8";
+ }
+ DATASPACE SIMPLE { ( 1 ) / ( 1 ) }
+ DATA {
+ (0): {
+ "ascii",
+ "utf8"
+ }
+ }
+ }
+}
+}