info-gnus-english
[Top][All Lists]
Advanced

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

Re: Always i want "UTF-8" instead of "US-ASCII"


From: Ted Zlatanov
Subject: Re: Always i want "UTF-8" instead of "US-ASCII"
Date: Mon, 27 Jul 2009 13:33:44 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

On Mon, 27 Jul 2009 16:48:11 +0900 Byung-Hee HWANG <bh@izb.knu.ac.kr> wrote: 

BH> Personally i prefer UTF-8. Am i wrong?

I personally use this:

(set-coding-priority '(coding-category-utf-8))
(setq locale-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
;;; Gnus specific
(setq mm-coding-system-priorities '(iso-latin-1 utf-8))

and I also have LANG=en_US.UTF-8 in my environment.  This works pretty well.

Ted


reply via email to

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