Re: [6.3/vi] European characters?

2008-03-25 Thread Gilles
On Mon, 24 Mar 2008 18:10:15 -0400, Walker [EMAIL PROTECTED] wrote:
It's your locale setting (man locale).  What I have set in bash, for example:

export LANG='en_US.UTF-8'
export LC_COLLATE='C'

Thanks guys. Problem solved.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[6.3/vi] European characters?

2008-03-24 Thread Gilles
Hello

vi can't display Euopean characters on my 6.3 setup. For instance, it
shows Cr\xe9er instead of Créer.

Am I missing the right font, or is it some wrong setting somewhere?

Thank you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [6.3/vi] European characters?

2008-03-24 Thread Walker
On Mon, Mar 24, 2008 at 5:33 PM, Gilles [EMAIL PROTECTED] wrote:
 Hello

  vi can't display Euopean characters on my 6.3 setup. For instance, it
  shows Cr\xe9er instead of Créer.

  Am I missing the right font, or is it some wrong setting somewhere?

  Thank you.

It's your locale setting (man locale).  What I have set in bash, for example:

export LANG='en_US.UTF-8'
export LC_COLLATE='C'

Your terminal needs to match.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [6.3/vi] European characters?

2008-03-24 Thread Matthias Apitz
El día Monday, March 24, 2008 a las 10:33:29PM +0100, Gilles escribió:

 Hello
 
 vi can't display Euopean characters on my 6.3 setup. For instance, it
 shows Cr\xe9er instead of Créer.
 
 Am I missing the right font, or is it some wrong setting somewhere?

Hello Gilles,

What will it give you with:

$ LANG=es_ES.ISO8859-1 vi

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]