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

Re: printf %s in UTF-8 is not POSIX-compliant



On Mar 5,  1:27am, Vincent Lefevre wrote:
} Subject: Re: printf %s in UTF-8 is not POSIX-compliant
}
} > printf() { emulate -L zsh; unsetopt multibyte; builtin printf "$@" }
} 
} There's a missing semi-colon:

No, there isn't.  Zsh doesn't require it, even though bash and ksh do.



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