<?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: Using German characters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533347#M25535</link>
    <description>I whish to know it too...&lt;BR /&gt;&lt;BR /&gt;Be warning about use of 'more'. It have the same problem.</description>
    <pubDate>Mon, 28 May 2001 09:08:10 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2001-05-28T09:08:10Z</dc:date>
    <item>
      <title>Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533344#M25532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to use the German special characters in a terminal based session.&lt;BR /&gt;When I type Alt+0246 for example to get the ? character, I just get garbage. I have tried setting the LANG enviroment variable but I am still missing something. I need a hint please.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ryan Odgers</description>
      <pubDate>Mon, 28 May 2001 07:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533344#M25532</guid>
      <dc:creator>Ryan_11</dc:creator>
      <dc:date>2001-05-28T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533345#M25533</link>
      <description>run ksh:&lt;BR /&gt;&lt;BR /&gt;stty cs8 -istrip.&lt;BR /&gt;&lt;BR /&gt;Try now.</description>
      <pubDate>Mon, 28 May 2001 08:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533345#M25533</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-05-28T08:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533346#M25534</link>
      <description>AHHH! So easy. I had already set my terminal with stty cs8 -istrip but was using the POSIX sh shell. All I needed was to be using the Korn shell. Why doesn't this work with the POSIX shell?&lt;BR /&gt;&lt;BR /&gt;Thanks a million Carlos!&lt;BR /&gt;Ryan</description>
      <pubDate>Mon, 28 May 2001 08:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533346#M25534</guid>
      <dc:creator>Ryan_11</dc:creator>
      <dc:date>2001-05-28T08:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533347#M25535</link>
      <description>I whish to know it too...&lt;BR /&gt;&lt;BR /&gt;Be warning about use of 'more'. It have the same problem.</description>
      <pubDate>Mon, 28 May 2001 09:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533347#M25535</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-05-28T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533348#M25536</link>
      <description>Ryan!&lt;BR /&gt;&lt;BR /&gt;Do u know if BASH is portable to hp-ux? I find the functionality in bash far better than ksh,sh,csh etc.&lt;BR /&gt;&lt;BR /&gt;PS: Malawi off again, in PTA on wed, lets do beer!</description>
      <pubDate>Mon, 28 May 2001 10:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533348#M25536</guid>
      <dc:creator>Marc Dijkstra</dc:creator>
      <dc:date>2001-05-28T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533349#M25537</link>
      <description>Yes, the POSIX shell don't work with LANGUAGE directly. You must call a new shell (sh command) and now it work's. But, now, the users must type exit two times to really exit. The solution is to include in the .profile a exec call to replace the parent shell with the new shell. It is like 'exec /usr/bin/sh'. Be careful to include this line in root's .profile. In mantenience mode (hpux -is) the server go into a loop. Include a if-fi condition to check if the run-level is 3 or 5!</description>
      <pubDate>Mon, 28 May 2001 10:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533349#M25537</guid>
      <dc:creator>Manuel P. Ron</dc:creator>
      <dc:date>2001-05-28T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533350#M25538</link>
      <description>Manuel,&lt;BR /&gt;&lt;BR /&gt;Strange, but I can't get the characters to work even if I invoke a new /usr/bin/sh.&lt;BR /&gt;The ksh is working so that's the way I am going to go. The users don't interact with the shell at all so it doesn't matter to them.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help&lt;BR /&gt;Ryan</description>
      <pubDate>Mon, 28 May 2001 12:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533350#M25538</guid>
      <dc:creator>Ryan_11</dc:creator>
      <dc:date>2001-05-28T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using German characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533351#M25539</link>
      <description>Hi Ryan:&lt;BR /&gt;&lt;BR /&gt;No such strange, /sbin/sh and /usr/bin/sh are different; do ll on both.&lt;BR /&gt;&lt;BR /&gt;You can change it on /etc/passwd ( for root it must be /sbin/sh).&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 28 May 2001 13:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-german-characters/m-p/2533351#M25539</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-05-28T13:38:11Z</dc:date>
    </item>
  </channel>
</rss>

