On Dec 18, 2014 11:48 AM, "Peter Stephenson" wrote: > > On Thu, 18 Dec 2014 19:29:17 +0000 > Peter Stephenson wrote: > > On Thu, 18 Dec 2014 21:19:25 +0300 > > ZyX wrote: > > > but its 0x83 byte which is the last byte of the first unicode > > > codepoint that forms the variable name represented as UTF-8 is using > > > zsh `Meta` escape in the `env` output (which clearly is a bug assuming > > > the fact that unicode variable is exported is not). > > > > Yes, indeed. > > And on import to the shell. Are we sure it's even "legal" to export Unicode variable names? Internally we can kinda ignore POSIX as we choose, but the environment crosses those boundaries.