netcdf test_utf8 {
dimensions:
d2 = 2 ;
variables:
string vs(d2) ;
// global attributes:
:_DAP4_Little_Endian = 1UB ;
data:
vs = "Καλημέα", "abc" ;
}