<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983988#M420445</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the answer is: that depends ...&lt;BR /&gt;&lt;BR /&gt;If you are using latin1 character set and your tty setting are ok, that should print the pound symbol:&lt;BR /&gt;echo '\0243'&lt;BR /&gt;&lt;BR /&gt;Check the output of 'stty' (istrip, cs8) and 'locale'.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Thu, 08 Jun 2006 11:31:05 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2006-06-08T11:31:05Z</dc:date>
    <item>
      <title>"£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983986#M420443</link>
      <description>I'm connected to the hpux 11.11 through telnet but it cannot access the "£" symbol on my keyboard. It displays "#" instead of "£". &lt;BR /&gt;&lt;BR /&gt;Is there a problem with key mapping ? &lt;BR /&gt;&lt;BR /&gt;TERM set to  vt220 and i'm using WRQ Reflection for unix.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Zeeshan.</description>
      <pubDate>Thu, 08 Jun 2006 11:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983986#M420443</guid>
      <dc:creator>Zeeshan Zafar</dc:creator>
      <dc:date>2006-06-08T11:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983987#M420444</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems to me, your keybord is define as US and you need UK. Look for keybord configuration in Reflection.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 08 Jun 2006 11:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983987#M420444</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-06-08T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983988#M420445</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the answer is: that depends ...&lt;BR /&gt;&lt;BR /&gt;If you are using latin1 character set and your tty setting are ok, that should print the pound symbol:&lt;BR /&gt;echo '\0243'&lt;BR /&gt;&lt;BR /&gt;Check the output of 'stty' (istrip, cs8) and 'locale'.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 08 Jun 2006 11:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983988#M420445</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-06-08T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983989#M420446</link>
      <description>keyborad mapping Reflection is set to UK.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt;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;&amp;gt;stty&lt;BR /&gt;speed 9600 baud; evenp hupcl -cread &lt;BR /&gt;min = 1; intr = ^C; erase = ^H; kill = ^U; &lt;BR /&gt;swtch &lt;UNDEF&gt;; &lt;BR /&gt;brkint -inpck icrnl -ixany onlcr tab3 &lt;BR /&gt;-iexten echo -echoe -echok &lt;BR /&gt;-echoctl -echoke &lt;BR /&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Thu, 08 Jun 2006 11:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983989#M420446</guid>
      <dc:creator>Zeeshan Zafar</dc:creator>
      <dc:date>2006-06-08T11:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983990#M420447</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check with&lt;BR /&gt;locale -a&lt;BR /&gt;&lt;BR /&gt;if there are locales available using charset iso8859-1 .&lt;BR /&gt;Then set in apropriate one, e.g.&lt;BR /&gt;&lt;BR /&gt;export LC_CTYPE=C.iso88591&lt;BR /&gt;&lt;BR /&gt;stty -a&lt;BR /&gt;gives more info about tty settings.&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jun 2006 11:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983990#M420447</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-06-08T11:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983991#M420448</link>
      <description>sorry for late reply, i havent been managed to test it.&lt;BR /&gt;&lt;BR /&gt;tried it today but it didnt work. &lt;BR /&gt;-&amp;gt;export LC_CTYPE=en_GB.iso88591&lt;BR /&gt;-&amp;gt;#    &lt;BR /&gt;-&amp;gt;stty -a&lt;BR /&gt;speed 9600 baud; line = 0; &lt;BR /&gt;rows = 24; columns = 140&lt;BR /&gt;min = 4; 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 &lt;UNDEF&gt;; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;parenb -parodd cs7 -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;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestion please? &lt;BR /&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Tue, 20 Jun 2006 06:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983991#M420448</guid>
      <dc:creator>Zeeshan Zafar</dc:creator>
      <dc:date>2006-06-20T06:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983992#M420449</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try again after setting&lt;BR /&gt;&lt;BR /&gt;stty -istrip cs8&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Tue, 20 Jun 2006 07:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983992#M420449</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-06-20T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983993#M420450</link>
      <description>Thanks Peter, &lt;BR /&gt;&lt;BR /&gt;It works :)</description>
      <pubDate>Tue, 20 Jun 2006 08:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983993#M420450</guid>
      <dc:creator>Zeeshan Zafar</dc:creator>
      <dc:date>2006-06-20T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: "£" symbol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983994#M420451</link>
      <description>Thank you all for your suggestions.</description>
      <pubDate>Thu, 22 Jun 2006 09:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-quot-symbol/m-p/4983994#M420451</guid>
      <dc:creator>Zeeshan Zafar</dc:creator>
      <dc:date>2006-06-22T09:04:22Z</dc:date>
    </item>
  </channel>
</rss>

