<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: strange characters!! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909016#M78252</link>
    <description>What is result of:&lt;BR /&gt;echo $TERM&lt;BR /&gt;&lt;BR /&gt;Should be the same as the terminal emulator that you are using on the client.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Feb 2003 22:06:39 GMT</pubDate>
    <dc:creator>John Dvorchak</dc:creator>
    <dc:date>2003-02-20T22:06:39Z</dc:date>
    <item>
      <title>strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909014#M78250</link>
      <description>When I open pages of man I notice that some character are wrong.&lt;BR /&gt;For example in this case all the "-" are "??".&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 20 Feb 2003 10:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909014#M78250</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2003-02-20T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909015#M78251</link>
      <description>most probably problem with terminal settings. &lt;BR /&gt;&lt;BR /&gt;check your TERM settings. &lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 20 Feb 2003 11:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909015#M78251</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-02-20T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909016#M78252</link>
      <description>What is result of:&lt;BR /&gt;echo $TERM&lt;BR /&gt;&lt;BR /&gt;Should be the same as the terminal emulator that you are using on the client.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 22:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909016#M78252</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-02-20T22:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909017#M78253</link>
      <description>I figured out what this was recently (ok, so I found the answer on Google!), and it has nothing to do with the temrinal 'type'.&lt;BR /&gt;&lt;BR /&gt;It has to do with the emulation software you are using not supporting Unicode characters.&lt;BR /&gt;&lt;BR /&gt;To fix this, you've got two choices:&lt;BR /&gt;&lt;BR /&gt;1) change emulation software to something that does support Unicode (International) character sets.&lt;BR /&gt;&lt;BR /&gt;2) change the LANG environment to something simpler when using man, like this:&lt;BR /&gt;&lt;BR /&gt;env LANG=C man &lt;PAGE&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you out.&lt;/PAGE&gt;</description>
      <pubDate>Thu, 20 Feb 2003 22:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909017#M78253</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-20T22:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909018#M78254</link>
      <description>If you are using English.Then try setting &lt;BR /&gt;&lt;BR /&gt;LANG=en_US&lt;BR /&gt;export LANG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Fri, 21 Feb 2003 06:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909018#M78254</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-21T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909019#M78255</link>
      <description>It was the same situation with RH 8.&lt;BR /&gt;The default charset was UTF-8.&lt;BR /&gt;I realized not sufficient just TERM=en_US &lt;BR /&gt;but TERM=en_US.ISO-8859-2 (according to&lt;BR /&gt;user's country).&lt;BR /&gt;You can see these settings by 'locale' command.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 10:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909019#M78255</guid>
      <dc:creator>Tibor Bajnok</dc:creator>
      <dc:date>2003-02-21T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: strange characters!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909020#M78256</link>
      <description>Sorry,&lt;BR /&gt;not TERM=en_US.ISO-8859-2  but&lt;BR /&gt;naturally LANG=en_US.ISO-8859-2&lt;BR /&gt;&lt;BR /&gt;I apologize writing that.</description>
      <pubDate>Fri, 21 Feb 2003 11:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-characters/m-p/2909020#M78256</guid>
      <dc:creator>Tibor Bajnok</dc:creator>
      <dc:date>2003-02-21T11:53:41Z</dc:date>
    </item>
  </channel>
</rss>

