<?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: &amp;quot;@&amp;quot; symbol is not printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397132#M200147</link>
    <description>Your 'stty' settings are probably at HP-UX factory defaults. The @ symbol is the factory default for 'kill' character: typing it will actually erase the entire line on most shells.&lt;BR /&gt;&lt;BR /&gt;To correct this, you mus set the kill character to something else. I use ^U (control-U) for that:&lt;BR /&gt;  stty kill ^U&lt;BR /&gt;&lt;BR /&gt;If this helps, check the other stty settings too: there are other default settings that may not make sense in a modern environment, like the default terminal speed of 300 bps.&lt;BR /&gt;(Anything slower than 9600 makes some editors deliberately slow down their output.) &lt;BR /&gt;&lt;BR /&gt;Where are you telnetting from? The telnet client on Unix host should be able to report the stty settings of the client host to the server host, so the session on the server host can be set up correctly. However, some Windows telnet clients might not do this correctly. &lt;BR /&gt;&lt;BR /&gt;The terminal type setting (environment variable TERM on unix hosts) might also be affecting this. If you're using a Windows telnet client, find out what terminal type it is reporting to the server.</description>
    <pubDate>Mon, 11 Oct 2004 03:20:45 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2004-10-11T03:20:45Z</dc:date>
    <item>
      <title>"@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397128#M200143</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When i telnet to one of my server , i am not able to type "@" symbol. It is not printing anything even in vi editor also. This is working in other servers. I have the same .cshrc files for both the systems&lt;BR /&gt;&lt;BR /&gt;Any idea why is it happening ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 01:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397128#M200143</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2004-10-11T01:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: "@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397129#M200144</link>
      <description>hi,&lt;BR /&gt;check the contents of /etc/kbdlang&lt;BR /&gt;&lt;BR /&gt;#more /etc/kbdlang&lt;BR /&gt;&lt;BR /&gt;it should be &lt;BR /&gt;&lt;BR /&gt;PS2_DIN_US_English&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;USB_PS2_DIN_US_English&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;Not_Applicable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 02:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397129#M200144</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-10-11T02:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: "@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397130#M200145</link>
      <description>check the termical setting using stty comamnd and see if @ defined for some other function.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 11 Oct 2004 02:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397130#M200145</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-11T02:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: "@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397131#M200146</link>
      <description>You have not defined @ to be used on shell. Try to export them with stty command as,&lt;BR /&gt;&lt;BR /&gt; stty eol "^@"&lt;BR /&gt;&lt;BR /&gt;Put that in your shell default profile there.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Mon, 11 Oct 2004 02:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397131#M200146</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-11T02:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: "@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397132#M200147</link>
      <description>Your 'stty' settings are probably at HP-UX factory defaults. The @ symbol is the factory default for 'kill' character: typing it will actually erase the entire line on most shells.&lt;BR /&gt;&lt;BR /&gt;To correct this, you mus set the kill character to something else. I use ^U (control-U) for that:&lt;BR /&gt;  stty kill ^U&lt;BR /&gt;&lt;BR /&gt;If this helps, check the other stty settings too: there are other default settings that may not make sense in a modern environment, like the default terminal speed of 300 bps.&lt;BR /&gt;(Anything slower than 9600 makes some editors deliberately slow down their output.) &lt;BR /&gt;&lt;BR /&gt;Where are you telnetting from? The telnet client on Unix host should be able to report the stty settings of the client host to the server host, so the session on the server host can be set up correctly. However, some Windows telnet clients might not do this correctly. &lt;BR /&gt;&lt;BR /&gt;The terminal type setting (environment variable TERM on unix hosts) might also be affecting this. If you're using a Windows telnet client, find out what terminal type it is reporting to the server.</description>
      <pubDate>Mon, 11 Oct 2004 03:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397132#M200147</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-10-11T03:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: "@" symbol is not printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397133#M200148</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;It is working now. Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 05:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol-is-not-printing/m-p/3397133#M200148</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2004-10-11T05:25:29Z</dc:date>
    </item>
  </channel>
</rss>

