emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107555: mail-utils.el: multibyte


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107555: mail-utils.el: multibyte chars should be quoted.
Date: Sat, 10 Mar 2012 09:36:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

> -      (while (string-match "[?=\"\200-\377]" string i)
> +      (while (or (string-match "[?=\"]" string i)
> +              (string-match "[^\000-\177]" string i))

That doesn't look right: won't it miss some non-ascii chars if there's
a further = sign?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]