Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: utf-8



On 12/18/2014 10:05 AM, ZyX wrote:
It is permitted at least in variable and function names: though I cannot find anything relevant in
...

Seems I can use unicode 'one way' but not the other:

   $ howdy=☠

   $ echo $howdy
   ☠

   $ ☠=howdy
   zsh: command not found: ☠=howdy

   $ var☠=howdy
   zsh: command not found: var☠=howdy


multibyte is on, all 'posix*' options are off.



Messages sorted by: Reverse Date, Date, Thread, Author