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