https://dyalog.github.io/documentation/20.0/language-reference-guide/primitive-operators/i-beam/serialise-deserialise-array/
I think the example is for a 32bit or Classic Dyalog. Here's what I get:
1(220⌶)'ab'
¯33 ¯92 5 0 0 0 0 0 0 0 31 39 0 0 0 0 0 0 2 0 0 0 0 0 0 0 97 98 0 0 0 0 0 0
Example has
a←'ab'
b←1(220⌶)a
b
¯33 ¯108 5 0 0 0 31 39 0 0 2 0 0 0 97 98 0 0
The text does say "may vary with edition", but we should default to 64bit unicode.
https://dyalog.github.io/documentation/20.0/language-reference-guide/primitive-operators/i-beam/serialise-deserialise-array/
I think the example is for a 32bit or Classic Dyalog. Here's what I get:
Example has
The text does say "may vary with edition", but we should default to 64bit unicode.