Operating System - HP-UX
1753872 Members
7094 Online
108809 Solutions
New Discussion

Re: £ character is not getting displayed

 
ssheri
Advisor

Re: £ character is not getting displayed

Hi All,

I have resolved this issue by using below command.

# stty cs8 -istrip

==========================

Thanks to all for your valuable suggestions.
Steven Schweda
Honored Contributor

Re: £ character is not getting displayed

> # stty cs8 -istrip

Ah.

istrip (-istrip)

Strip (do not strip) input characters
to seven bits.


Input, output... I suppose that it had to be
one or the other. (Or both.)