On Mon, Apr 06, 2020 at 08:04:45PM -0400, yary wrote:
: Larry's answer came through my browser with munged Unicode, it looks like
: this
:
: [image: image.png]
: - with the Chinese character for "garlic" after the word "values"
I wrote the Unicode equivalent of:
%hash-with-arrays.values>>[].flat
but for some reason mutt translated it to latin-1, which your mail program
apparently doesn't grok.
Maybe if I actually put a Chinese character in like 楽 it will leave it in UTF-8?
Testing:
%hash-with-arrays.values»[].flat
Larry