> Cc: [EMAIL PROTECTED], [email protected], [EMAIL PROTECTED], > [EMAIL PROTECTED] > From: Stefan Monnier <[EMAIL PROTECTED]> > Date: Mon, 23 Oct 2006 15:11:09 -0400 > > My point was simply if you stay 100% within multibyte, it all works, and if > you stay 100% in unibyte it all works
The former is true, the latter isn't, AFAIK. ``Normal'' Emacs primitives and subroutines always do TRT with multibyte strings, while with unibyte you need to be careful which ones you call. That was my point, and the case that started this thread is my evidence. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
