Unix Technical Forum

"â" character

This is a discussion on "â" character within the Linux Operating System forums, part of the Unix Operating Systems category; --> I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8). How do ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 07:09 PM
Brian Walker
 
Posts: n/a
Default "â" character

I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
How do I replace the "â" character with a "-" character that is display
when ever I attempt to read a man

page

Cheers


Brian


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 07:09 PM
Mauriat
 
Posts: n/a
Default Re: =?ISO-8859-1?Q?=22=E2=22_character?=

Brian Walker wrote:
> I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
> How do I replace the "â" character with a "-" character that is display
> when ever I attempt to read a man
>
> page
>
> Cheers
>
>
> Brian
>
>


http://www.frozenblue.net/tools/howt...-console-fonts

--

Mauriat (www.mjmwired.net)
----------------------------
Remove 'NOSPAM' to email me.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 07:14 PM
Bill Marcum
 
Posts: n/a
Default Re: =?iso-8859-1?Q?"=E2"?= character

On Sat, 21 Feb 2004 23:45:08 -0000, Brian Walker
<bNdOSPAMW@zoom.co.uk> wrote:
> I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
> How do I replace the "â" character with a "-" character that is display
> when ever I attempt to read a man
>
> page
>

Configure putty to use the UTF-8 character set if it can, or put one of
these lines in your .bashrc:
export LANG=C
export LANG=en_UK.iso-8859-15


--
Incrsease your earoning poswer and gaerner profwessional resspect.
Get the Un1iversity Dewgree you have already earned.
[from the prestigious, non-accredited University of Spam!]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 07:15 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: "â" character


"Bill Marcum" <bmarcum@iglou.com.urgent> wrote in message
news:hscbh1-vdv.ln1@don.localnet...
> On Sat, 21 Feb 2004 23:45:08 -0000, Brian Walker
> <bNdOSPAMW@zoom.co.uk> wrote:
> > I use putty on a Windows 2000 box to connect to my Linux box (Red Hat

8).
> > How do I replace the "â" character with a "-" character that is display
> > when ever I attempt to read a man
> >
> > page
> >

> Configure putty to use the UTF-8 character set if it can, or put one of
> these lines in your .bashrc:
> export LANG=C
> export LANG=en_UK.iso-8859-15


I use "export LANG=POSIX".

The problem is that the mother-licking UTF standards consistently screw up
various man pages that were written long before the standard, or even
slightly differently standard following web pages that were written more
recently. And unfortunately, tne "en_US" standard is fairly seriously
horked, ranging from the debris scattered across formerly workable man
pages, to the complete inability to be case sensitive when doing the "sort"
function.

That's right, they made the sorting function under "en_US" case-insensitive,
which *completely* mucks up lots of different tools that actually care about
case.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 07:38 PM
Bill Marcum
 
Posts: n/a
Default Re: =?iso-8859-1?Q?"=E2"?= character

On Sat, 03 Apr 2004 23:17:05 GMT, Brian Walker
<bNdOSPAMW@zoom.co.uk> wrote:
> I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
> How do I replace the "â" character with a "-" character that is display
> when ever I attempt to read a man
> page
>
> Cheers


I've never used putty, so I don't know if it can be set to use UTF-8
encoding. If not, then put "LANG=en_US.ISO-8859-1" in your .bashrc or
..bash_profile.

--
Nothing is illegal if one hundred businessmen decide to do it.
-- Andrew Young
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 07:39 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: "â" character


"Bill Marcum" <bmarcum@iglou.com.urgent> wrote in message
news:ish7k1-5qh.ln1@don.localnet...
> On Sat, 03 Apr 2004 23:17:05 GMT, Brian Walker
> <bNdOSPAMW@zoom.co.uk> wrote:
> > I use putty on a Windows 2000 box to connect to my Linux box (Red Hat

8).
> > How do I replace the "â" character with a "-" character that is display
> > when ever I attempt to read a man
> > page
> >
> > Cheers

>
> I've never used putty, so I don't know if it can be set to use UTF-8
> encoding. If not, then put "LANG=en_US.ISO-8859-1" in your .bashrc or
> .bash_profile.


I like "export LANG=POSIX" myself. I find the internationalization of
character sets to usually be a destabilizing and error-prone process, and
whoever configured the default "en_US" character set should be shot with
Mars lander. They mucked up alphabetization and made it case-insensitive,
which completely screws up the ability to sort in a case sensitive way and
breaks lots of tools.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 07:42 PM
Mike Marshall
 
Posts: n/a
Default Re: "â" character

"Brian Walker" <bNdOSPAMW@zoom.co.uk> writes:
>I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
>How do I replace the "â" character with a "-" character that is display
>when ever I attempt to read a man page


Right before you read the man page, say LANG=c

-Mike "answer only correct for some perspectives, void where prohibited"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 07:44 PM
Bill Marcum
 
Posts: n/a
Default Re: =?iso-8859-1?Q?"=E2"?= character

On Mon, 5 Apr 2004 23:00:49 -0400, Nico Kadel-Garcia
<nkadel@comcast.net> wrote:
>
> "Bill Marcum" <bmarcum@iglou.com.urgent> wrote in message
> news:ish7k1-5qh.ln1@don.localnet...
>> On Sat, 03 Apr 2004 23:17:05 GMT, Brian Walker
>> <bNdOSPAMW@zoom.co.uk> wrote:
>> > I use putty on a Windows 2000 box to connect to my Linux box (Red Hat

> 8).
>> > How do I replace the "â" character with a "-" character that is display
>> > when ever I attempt to read a man
>> > page
>> >
>> > Cheers

>>
>> I've never used putty, so I don't know if it can be set to use UTF-8
>> encoding. If not, then put "LANG=en_US.ISO-8859-1" in your .bashrc or
>> .bash_profile.

>
> I like "export LANG=POSIX" myself. I find the internationalization of
> character sets to usually be a destabilizing and error-prone process, and
> whoever configured the default "en_US" character set should be shot with
> Mars lander. They mucked up alphabetization and made it case-insensitive,
> which completely screws up the ability to sort in a case sensitive way and
> breaks lots of tools.
>

After posting my previous reply, I installed putty, and it does
support utf-8, at least on Linux.

--
Nothing is illegal if one hundred businessmen decide to do it.
-- Andrew Young
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-17-2008, 07:51 PM
Mike Marshall
 
Posts: n/a
Default Re: "â" character

"Brian Walker" <bNdOSPAMW@zoom.co.uk> writes:
>I use putty on a Windows 2000 box to connect to my Linux box (Red Hat 8).
>How do I replace the "â" character with a "-" character that is display
>when ever I attempt to read a man page


LANG=c

-Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:12 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com