mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
|
netcdf test_utf8 {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
string vs(d2) ;
|
||
|
|
||
|
// global attributes:
|
||
|
:_DAP4_Little_Endian = 1UB ;
|
||
|
data:
|
||
|
|
||
|
vs = "Καλημέα", "abc" ;
|
||
|
}
|