Re: Getting accented characters etc. to work in mutt pager

2001-03-01 Thread Chris Green

On Wed, Feb 28, 2001 at 08:51:16AM +, Chris Green wrote:
 
 Maybe what I'm seeing is my *local* system displaying the characters
 correctly (I'm doing this via telnet) and cat, more and vi are simply
 sending the 8-bit characters "as is" whereas mutt and less are being
 'correct' and saying "I can't display this".
 
 So maybe the question I should be asking is:-
 How do I make the mutt pager send the 8-bit characters "as is"
 rather than changing them to "?".
 
Does anyone have any ideas about this?  It does seem as if this is
what is happening so how do I tell the mutt pager to do nothing to
8-bit characters?

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/



Re: Getting accented characters etc. to work in mutt pager

2001-02-28 Thread Thomas Roessler

On 2001-02-27 19:58:55 +, Chris Green wrote:

 I have tried setting LC_CYTPE (and LANG) but it doesn't have any
 effect.  Anyway if the mail is correctly displayed by other
 programs surely I have LC_CTYE set correctly.

 For example if I just 'cat ' I get the correct chacters
 displayed but the same file in the mutt pager displays ?'s.

Cat doesn't normally honor any locales.  It just passes characters
through.

-- 
Thomas Roessler [EMAIL PROTECTED]
This message may  have been certified to  be possibly virus-free.



Re: Getting accented characters etc. to work in mutt pager

2001-02-27 Thread Jerome De Greef

* Chris Green ([EMAIL PROTECTED]) wrote:
 I have just been sending E-Mail and getting replies from France.  The
 accented characters just appear as ? in the mutt pager but they are
 OK when I compose further replies using vi (I think it's elvis
 actually here).
 
 How do I get the mutt pager to understand/display accented characters
 correctly?

If I remeber (not in front of the box right now) LC_CTYPE=fr_FR solved
the problem here...

And I also have

:0
* ^Content-Type: *text/plain
{
  :0 fbw
  * ^Content-Transfer-Encoding: *quoted-printable
  | mimencode -u -q

  :0 Afhw
  | formail -I "Content-Transfer-Encoding: 8bit"
}
   
to transform quoted-printable in my .procmailrc 

Jerome

-- 
+---+
| Jerome De Greef | [EMAIL PROTECTED] |   [EMAIL PROTECTED]|
+-+[EMAIL PROTECTED]|  [EMAIL PROTECTED]  |
  +-+



Re: Getting accented characters etc. to work in mutt pager

2001-02-27 Thread Jeff Abrahamson

On Tue, Feb 27, 2001 at 06:36:09PM +0100, Jerome De Greef wrote:
 * Chris Green ([EMAIL PROTECTED]) wrote:
  I have just been sending E-Mail and getting replies from France.  The
  accented characters just appear as ? in the mutt pager but they are
  OK when I compose further replies using vi (I think it's elvis
  actually here).
  
  How do I get the mutt pager to understand/display accented characters
  correctly?
 
 If I remeber (not in front of the box right now) LC_CTYPE=fr_FR solved
 the problem here...

Until I fixed it, LANG=C here. Now LANG=en_US. That made accents
appear correctly.

-- 
 Jeff

 Jeff Abrahamson  http://www.purple.com/jeff/





Re: Getting accented characters etc. to work in mutt pager

2001-02-27 Thread Chris Green

On Tue, Feb 27, 2001 at 01:21:25PM -0500, Jeff Abrahamson wrote:
 On Tue, Feb 27, 2001 at 06:36:09PM +0100, Jerome De Greef wrote:
  * Chris Green ([EMAIL PROTECTED]) wrote:
   I have just been sending E-Mail and getting replies from France.  The
   accented characters just appear as ? in the mutt pager but they are
   OK when I compose further replies using vi (I think it's elvis
   actually here).
   
   How do I get the mutt pager to understand/display accented characters
   correctly?
  
  If I remeber (not in front of the box right now) LC_CTYPE=fr_FR solved
  the problem here...
 
 Until I fixed it, LANG=C here. Now LANG=en_US. That made accents
 appear correctly.
 
I have tried setting LC_CYTPE (and LANG) but it doesn't have any
effect.  Anyway if the mail is correctly displayed by other programs
surely I have LC_CTYE set correctly.

For example if I just 'cat ' I get the correct chacters displayed
but the same file in the mutt pager displays ?'s.

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/