mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +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" ;
|
||
|
}
|