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

Re: NUL must be a first class citizen [was: Some groundwork for Unicode in Zle]



"Matthias B." wrote:
> If 0-terminated wchar_t strings are to be used, then NUL has to be
> remapped or escaped, so that it's not encoded as 0, just as it is done in
> zsh currently.

That's not the idea; the command line in zle will be an array of valid
wchar_t's with a line length.  In the main shell NULs will continue
to be Meta-escaped (they won't change since the current single-byte
representation is still valid).  The case of NULs is one of the simple
ones.

pws


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



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