In article <[EMAIL PROTECTED]>, Eli Zaretskii <[EMAIL PROTECTED]> writes:
> > Date: Fri, 20 Oct 2006 15:21:53 +0900 > > From: Katsumi Yamaoka <[EMAIL PROTECTED]> > > Cc: [email protected], [EMAIL PROTECTED], [EMAIL PROTECTED] > > > > IIRC, nntp servers understand utf-8 encoded group names. So, > > someone might have considered making Gnus use them internally is > > convenient to communicate with nntp servers. > I'd say this design decision will certainly cause subtle bugs, such as > the one we are discussing in this thread. I suggest to modify the > design to not use encoded strings internally. I agree. Keeping around encoded strings quite easily leads to bugs. String/buffer should be encoded only just before writing out. --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
