unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Always CHAR_VALID_P?
@ 2014-06-05 15:24 Dmitry Antipov
  2014-06-05 16:52 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Antipov @ 2014-06-05 15:24 UTC (permalink / raw)
  To: Emacs development discussions

Can we assume that all live multibyte Lisp_Strings always
contains valid characters, except for the cases when some
kind of encoding/decoding is in progress?

Dmitry



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Always CHAR_VALID_P?
  2014-06-05 15:24 Always CHAR_VALID_P? Dmitry Antipov
@ 2014-06-05 16:52 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2014-06-05 16:52 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Emacs development discussions

> Can we assume that all live multibyte Lisp_Strings always
> contains valid characters, except for the cases when some
> kind of encoding/decoding is in progress?

AFAIK strings cannot hold invalid chars ever.  OTOH they may contain
invalid byte sequences, although this should hopefully never happen.


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-05 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 15:24 Always CHAR_VALID_P? Dmitry Antipov
2014-06-05 16:52 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).