Re: Mutt e-mail charset. Read is bad, write is ok.

2003-03-31 Thread ronin2
On Mon, 31 Mar 2003 19:02:00 +0100
Joao Clemente <[EMAIL PROTECTED]> wrote:

>  (I think I'll put my LANG settings at /etc/profile or .bashrc or
>  someother)

I suspect you'll want you LANG settings in /etc/profile. That way
they'll be used for anyone who logs in, whether from the console or in
X.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mutt e-mail charset. Read is bad, write is ok.

2003-03-31 Thread Joao Clemente
On Mon, Mar 31, 2003 at 02:35:45PM +0100, Joao Clemente wrote:
> I think I'm missing something here but I can't figure out what that
> option is:
> My language (Portuguese) has those vocals with signs on top (the
> acute, grave, tilde, ...).
> 
> My editor is set to "vi" and I can write those letters fine ( á, ò ).
> However, I can't read them, either in index or pager mode.
> 
> I'm guessing it's some "charset" related option.. But how does it
> affects only pager and index, and does not affect editor?


Answering myself: I've notisted that some other things also didn't
worked with Portuguese characters, like "joe" or even the console...
The problem after all was that I hadn't installed locales..

so:

apt-get locales

export [EMAIL PROTECTED]

that's it!
 (I think I'll put my LANG settings at /etc/profile or .bashrc or
 someother)

 Thanks for reading!
 Joao Clemente


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mutt e-mail charset. Read is bad, write is ok.

2003-03-31 Thread Olivier
Quoting  "Joao Clemente" :
> -- was [EMAIL PROTECTED] on Mar 31, 2003 at 02:35:45PM --

> I think I'm missing something here but I can't figure out what that
> option is:
> My language (Portuguese) has those vocals with signs on top (the
> acute, grave, tilde, ...).
> 
> My editor is set to "vi" and I can write those letters fine ( á, ò ).
> However, I can't read them, either in index or pager mode.
> 
> I'm guessing it's some "charset" related option.. But how does it
> affects only pager and index, and does not affect editor?
> 
> Thank you


I think you have to set your locales correctly. Set up the
environement variable LC_ALL in your terminal. For example, 
  export [EMAIL PROTECTED]

For this, you have to generate this locale, that is issue a
  dpkg-reconfigure locales
for instance and choose to generate [EMAIL PROTECTED] and the one
you're interested in.

hth,
Olivier.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]