<?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: keyboard setting. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112023#M149010</link>
    <description>Hej igen,&lt;BR /&gt;I have tried your settings over here but the thre last national characters still appear. .&lt;BR /&gt;Does your posting of the tty settings show everything appearing at:&lt;BR /&gt;stty -a&lt;BR /&gt; &lt;BR /&gt;hilsen,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Nov 2003 08:19:46 GMT</pubDate>
    <dc:creator>john korterman</dc:creator>
    <dc:date>2003-11-06T08:19:46Z</dc:date>
    <item>
      <title>keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112018#M149005</link>
      <description>If i connect with a normal telnet, some of the normal keysetting is incorrect. Characters as 'Ã¦Ã¸Ã¥' on a danish keybourd return wroung characters. I think that it was installed wroungly how can it be changed (and not itemap that is f</description>
      <pubDate>Thu, 06 Nov 2003 06:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112018#M149005</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-11-06T06:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112019#M149006</link>
      <description>I think you are probably going to find that this is a setting on the client side, not the server.</description>
      <pubDate>Thu, 06 Nov 2003 06:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112019#M149006</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-06T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112020#M149007</link>
      <description>Hi,&lt;BR /&gt;these settings work for me:&lt;BR /&gt;&lt;BR /&gt;# stty -a&lt;BR /&gt;speed 9600 baud; line = 0;&lt;BR /&gt;rows = 0; columns = 0&lt;BR /&gt;min = 1; time = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp = ^Z; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;-parenb -parodd cs8 -cstopb hupcl -cread -clocal -loblk -crts&lt;BR /&gt;-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc&lt;BR /&gt;-ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak&lt;BR /&gt;isig icanon -iexten -xcase echo echoe echok -echonl -noflsh&lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin&lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I do not know how these chars will appear, but you will probably guess what it is:&lt;BR /&gt; Ã¦Ã¸Ã¥&lt;BR /&gt;&lt;BR /&gt;The problem is often caused by having istrip set; it should be -istrip. If it does not help, then show me your settings and I will check how they work over here.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;J&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Thu, 06 Nov 2003 06:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112020#M149007</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-11-06T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112021#M149008</link>
      <description># locale&lt;BR /&gt;LANG=&lt;BR /&gt;LC_CTYPE="C"&lt;BR /&gt;LC_COLLATE="C"&lt;BR /&gt;LC_MONETARY="C"&lt;BR /&gt;LC_NUMERIC="C"&lt;BR /&gt;LC_TIME="C"&lt;BR /&gt;LC_MESSAGES="C"&lt;BR /&gt;LC_ALL=&lt;BR /&gt;&lt;BR /&gt;changed to:&lt;BR /&gt;LANG=da_DK.iso88591&lt;BR /&gt;LC_CTYPE="da_DK.iso88591"&lt;BR /&gt;LC_COLLATE="da_DK.iso88591"&lt;BR /&gt;LC_MONETARY="da_DK.iso88591"&lt;BR /&gt;LC_NUMERIC="da_DK.iso88591"&lt;BR /&gt;LC_TIME="da_DK.iso88591"&lt;BR /&gt;LC_MESSAGES="da_DK.iso88591"&lt;BR /&gt;LC_ALL=&lt;BR /&gt;&lt;BR /&gt;by doing # export LANG=da_DK.iso88591&lt;BR /&gt;But the characters still does not work.&lt;BR /&gt;&lt;BR /&gt;I'm trying different clients reflextion and putty. They have the problem both.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 07:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112021#M149008</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-11-06T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112022#M149009</link>
      <description>my tty setting is :&lt;BR /&gt;intr = ^@; erase = DEL;&lt;BR /&gt;swtch &lt;UNDEF&gt;;&lt;BR /&gt;brkint -inpck icrnl onlcr tab3&lt;BR /&gt;-iexten echo -echoe echok&lt;BR /&gt;-echoctl -echoke&lt;BR /&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Thu, 06 Nov 2003 07:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112022#M149009</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-11-06T07:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112023#M149010</link>
      <description>Hej igen,&lt;BR /&gt;I have tried your settings over here but the thre last national characters still appear. .&lt;BR /&gt;Does your posting of the tty settings show everything appearing at:&lt;BR /&gt;stty -a&lt;BR /&gt; &lt;BR /&gt;hilsen,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 08:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112023#M149010</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-11-06T08:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112024#M149011</link>
      <description>Hej igen,&lt;BR /&gt;just forgot something important - and special to hpux 11.xx. The root shell, i.e. /sbin/sh, does NOT support our last three national characters; it is perfectly normal behaviour for /sbin/sh to display those characters as in your first posting. Try to change the shell to ksh and see if it helps.&lt;BR /&gt; &lt;BR /&gt;hilsen,&lt;BR /&gt;John K.</description>
      <pubDate>Thu, 06 Nov 2003 08:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112024#M149011</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-11-06T08:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112025#M149012</link>
      <description>Hej John&lt;BR /&gt;&lt;BR /&gt;Her you have the output from stty -a&lt;BR /&gt;speed 300 baud; line = 0;&lt;BR /&gt;rows = 24; columns = 80&lt;BR /&gt;min = 4; time = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = DEL; kill = @&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp &lt;UNDEF&gt;; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;-parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk -crts&lt;BR /&gt;-ignbrk brkint -ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc&lt;BR /&gt;ixon ixany -ixoff -imaxbel -rtsxoff -ctsxon -ienqak&lt;BR /&gt;isig icanon -iexten -xcase echo -echoe echok -echonl -noflsh&lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin&lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop tab3&lt;BR /&gt;&lt;BR /&gt;as you can see i have a istrip on the machine, how do i remove it.&lt;BR /&gt;&lt;BR /&gt;tnx&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Fri, 07 Nov 2003 03:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112025#M149012</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-11-07T03:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard setting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112026#M149013</link>
      <description>done it:&lt;BR /&gt;stty -istrip&lt;BR /&gt;&lt;BR /&gt;TNX!</description>
      <pubDate>Fri, 07 Nov 2003 03:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-setting/m-p/3112026#M149013</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-11-07T03:21:04Z</dc:date>
    </item>
  </channel>
</rss>

