pstree unreadable characters

hi all,

i executed this command "pstree" on redhat ent 4 and i got this below with unreadable chars:

init─┬─acpid
�─amqzxma0─┬─amqrrmfa
│ �─amqzdmaa
│ �─amqzfuma
│ �─5*[amqzlaa0]
│ �─amqzmgr0─┬─amqpcsea
│ │ └─runmqchi
│ �─amqzmuc0
│ └─amqzmur0
�─atd
�─cimlistener
�─cimserver
�─crond
�─daemonize───java
�─dbus-daemon-1
�─dirsnmpd
�─dm_ep_engine
�─dsmc
�─esmd
�─events/0─┬─aio/0

How do I fix it to make it easier to read with proper chars?

Thanks in advance.

try

pstree -A

I noticed the same problem. I figured it was a putty/font artifact.

-A didn't work for me, but -G did work.