netcdf test_utf8.nc {
dimensions:
d2 = 2 ;
variables:
string vs(d2) ;
data:
vs = "Καλημέα", "abc" ;
}