<?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: VI EDITOR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655647#M928522</link>
    <description>There are several criteria that must be met inorder to input characters above 127. (See locale(1) and other referenced man pages.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a/ The locale must recognize the characters as isprint().&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;b/ The terminal emulator must be internationalized (I10N'd) &amp;amp; localized. It must be capable of loading an appropriate font for the given locale.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;c/ The tty/pty used by the terminal must  be set to allow 8-bit character display (stty cs8 -strip -parity).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;d/ The application (vi in this example) must be I10N'd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Provided that these are met, the HP X server supports a "compose" feature using "mute"/"dead" keys [ALT]+[RTYUI].&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[ALT+R] usldead_acute&lt;BR /&gt;&lt;BR /&gt;[ALT+T] usldead_grave&lt;BR /&gt;&lt;BR /&gt;[ALT+Y] usldead_asciicircum&lt;BR /&gt;&lt;BR /&gt;[ALT+U] usldead_diaeresis&lt;BR /&gt;&lt;BR /&gt;[ALT+R] usldead_asciitilde&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, for example, to generate &lt;E-ACUTE&gt;, one would type [ALT+R]-[e], or [ALT+R]-[SHIFT][e] for &lt;E-ACUTE&gt;. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This assumes a PS/2 or USB US English keyboard (see /etc/kbd_lang) being used directly on an HP X server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;While inputing from other sources should theoretically be possible, it would depend on the capabilities of the terminal / X emulation being used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/E-ACUTE&gt;&lt;/E-ACUTE&gt;</description>
    <pubDate>Wed, 30 Jan 2002 17:36:49 GMT</pubDate>
    <dc:creator>Charles Slivkoff</dc:creator>
    <dc:date>2002-01-30T17:36:49Z</dc:date>
    <item>
      <title>VI EDITOR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655646#M928521</link>
      <description>Say I want to put in some characters like &lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;??&lt;BR /&gt;in the vi editor - is it possible ? &lt;BR /&gt;And if it is how do I do it? Or what is the criteria so that I can process those characters using C++ or any other programming language! &lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.</description>
      <pubDate>Wed, 30 Jan 2002 16:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655646#M928521</guid>
      <dc:creator>Adityavikram</dc:creator>
      <dc:date>2002-01-30T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: VI EDITOR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655647#M928522</link>
      <description>There are several criteria that must be met inorder to input characters above 127. (See locale(1) and other referenced man pages.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a/ The locale must recognize the characters as isprint().&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;b/ The terminal emulator must be internationalized (I10N'd) &amp;amp; localized. It must be capable of loading an appropriate font for the given locale.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;c/ The tty/pty used by the terminal must  be set to allow 8-bit character display (stty cs8 -strip -parity).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;d/ The application (vi in this example) must be I10N'd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Provided that these are met, the HP X server supports a "compose" feature using "mute"/"dead" keys [ALT]+[RTYUI].&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[ALT+R] usldead_acute&lt;BR /&gt;&lt;BR /&gt;[ALT+T] usldead_grave&lt;BR /&gt;&lt;BR /&gt;[ALT+Y] usldead_asciicircum&lt;BR /&gt;&lt;BR /&gt;[ALT+U] usldead_diaeresis&lt;BR /&gt;&lt;BR /&gt;[ALT+R] usldead_asciitilde&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, for example, to generate &lt;E-ACUTE&gt;, one would type [ALT+R]-[e], or [ALT+R]-[SHIFT][e] for &lt;E-ACUTE&gt;. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This assumes a PS/2 or USB US English keyboard (see /etc/kbd_lang) being used directly on an HP X server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;While inputing from other sources should theoretically be possible, it would depend on the capabilities of the terminal / X emulation being used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/E-ACUTE&gt;&lt;/E-ACUTE&gt;</description>
      <pubDate>Wed, 30 Jan 2002 17:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655647#M928522</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2002-01-30T17:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: VI EDITOR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655648#M928523</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;your terminal line must permit 8bit characters, too:&lt;BR /&gt;&lt;BR /&gt;stty cs8 -istrip&lt;BR /&gt;&lt;BR /&gt;AND you'll need the proper fonts (I do expect you to use X-Windows/CDE, right?).&lt;BR /&gt;You might have to use "xmodmap" to set up some so-called "dead" keys for the accents, to be able to enter the characters with accents/tildas/tremas (diacritical characters)...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sat, 02 Feb 2002 02:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-editor/m-p/2655648#M928523</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-02T02:15:38Z</dc:date>
    </item>
  </channel>
</rss>

