erc-discuss
[Top][All Lists]
Advanced

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

Re: [Erc-discuss] encodings for buffers with private messages


From: Pascal Bourguignon
Subject: Re: [Erc-discuss] encodings for buffers with private messages
Date: Tue, 13 Mar 2007 08:43:45 +0100

Alex Ott writes:
> Hello all
> 
> I try to setup erc to work in multilingual environment. I select koi8
> for some channels and all works fine. But when i want to exchange
> private messages with peoples, who are using koi8, i can't see their
> messages in proper encoding.
> Is it possible to define list of nicks for which will applied other
> encoding, than encoding of server. Or may be it possible to switch
> encoding on the fly?

You can customize the variable erc-encoding-coding-alist; I assume erc
uses it also for private channels.

(custom-set-variables
;; ...
  '(erc-encoding-coding-alist (quote (("#emacsfr" . iso-8859-15) ("#scheme-es" 
. iso-8859-15))))
;; ...
)

-- 
__Pascal Bourguignon__
http://www.informatimago.com
http://pjb.ogamita.org




reply via email to

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