mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
netcdf test_utf8 {
|
|
dimensions:
|
|
d2 = 2 ;
|
|
variables:
|
|
string vs(d2) ;
|
|
data:
|
|
|
|
vs = "Καλημέα", "abc" ;
|
|
}
|