emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] scratch/gnus-decoded f041412 1/7: Decode group names i


From: Stefan Monnier
Subject: Re: [Emacs-diffs] scratch/gnus-decoded f041412 1/7: Decode group names in newsrc files as raw-text, not utf-8
Date: Fri, 21 Jun 2019 18:17:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>                   (decode-coding-string
> -                  (symbol-name group) 'utf-8)))
> +                  (symbol-name group) 'raw-text)))

Actually, I was misremembering: raw-text is basically like `binary`, so
the above `decoding` will only return ASCII and "eight-bit" byte-chars.
Is that the intention?


        Stefan




reply via email to

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