<?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: OpenVMS port of ICU in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705106#M36670</link>
    <description>I took a quick look at building it awhile back using the Unix build scripts and GNV.  What it fell down on was the very old version of GNU make included in GNV.  The ICU docs explicitly state, "You need GNU's make program version 3.8 or later" and I believe the configure script explicitly checks for that and bails out if it doesn't find it.  3.8 is pretty ancient, but the 3.78.1 version included with GNV is even more ancient and didn't pass muster.  There has been one GNV update since then, so it's possible this situation has been corrected.&lt;BR /&gt;&lt;BR /&gt;This was a pretty thin failure reason and shouldn't be too hard to work around if you have an urgent reason to do so.  I didn't so I didn't.  The library code should be very portable given that it runs on all sorts of things, including z/OS.</description>
    <pubDate>Tue, 26 Oct 2010 16:00:12 GMT</pubDate>
    <dc:creator>Craig A Berry</dc:creator>
    <dc:date>2010-10-26T16:00:12Z</dc:date>
    <item>
      <title>OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705104#M36668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking for an OpenVMS port of the ICU (International Components for Unicode) package.&lt;BR /&gt;&lt;BR /&gt;The background is that we have a multi-platform software(c-written) that currently is able to do character translations between several 1-byte code pages including EBCDIC and we want to extend this to cover most of the Unicode, ucs-2 and 4, utf-8 to 32, including the Asian languages variants. And EBCDIC.&lt;BR /&gt;I have looked at iconv, both the one distributed with OpenVMS and libiconv(GNU), but they don't cover all the variants we want.&lt;BR /&gt;&lt;BR /&gt;I have also looked into the OpenVMS Xerces distribution that I believe have some relation with ICU but I can't find any useful lib or sharable.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of an ICU port or have knowledge how hard it can be to do your own port?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 26 Oct 2010 13:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705104#M36668</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2010-10-26T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705105#M36669</link>
      <description>If you have support, directly ask HP to add this; that's the model that HP increasingly appears to seek to operate, where you work directly with them for these requests.&lt;BR /&gt;&lt;BR /&gt;Here's how to add your own character translation tables into the I18N environment that's available with VMS when the I18N kit is installed, if that's of interest:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1637" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1637&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And for completeness, there are the LIB$TRA_ASC_EBC and LIB$TRA_EBC_ASC calls in the library, and also see the OpenVMS NCS library in the OpenVMS documentation.&lt;BR /&gt;&lt;BR /&gt;There are various tools to perform this translation available via the OpenVMS Freeware and old DECUS tapes, as well.</description>
      <pubDate>Tue, 26 Oct 2010 15:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705105#M36669</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-10-26T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705106#M36670</link>
      <description>I took a quick look at building it awhile back using the Unix build scripts and GNV.  What it fell down on was the very old version of GNU make included in GNV.  The ICU docs explicitly state, "You need GNU's make program version 3.8 or later" and I believe the configure script explicitly checks for that and bails out if it doesn't find it.  3.8 is pretty ancient, but the 3.78.1 version included with GNV is even more ancient and didn't pass muster.  There has been one GNV update since then, so it's possible this situation has been corrected.&lt;BR /&gt;&lt;BR /&gt;This was a pretty thin failure reason and shouldn't be too hard to work around if you have an urgent reason to do so.  I didn't so I didn't.  The library code should be very portable given that it runs on all sorts of things, including z/OS.</description>
      <pubDate>Tue, 26 Oct 2010 16:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705106#M36670</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-10-26T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705107#M36671</link>
      <description>In 2006 I did a port of ICU4C 3.2.1 to I64. Other than the C and C++ compilers I only used GNV. The build needed some manual intervention. As far as I remember, I added a couple of linker options files, changed some build files and a few C sources.</description>
      <pubDate>Tue, 26 Oct 2010 16:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705107#M36671</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-10-26T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705108#M36672</link>
      <description>Thanks a lot for the comments and encourage by your answers I will try to do the port.&lt;BR /&gt;If somebody have more input to this it would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2010 04:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/4705108#M36672</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2010-10-27T04:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS port of ICU</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/5442409#M36673</link>
      <description>&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am searching for an ICU Port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you work on a port and probably finished? Or have you found another solution for your problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greets and Thanks, Simon&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 12:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-port-of-icu/m-p/5442409#M36673</guid>
      <dc:creator>dodger_1</dc:creator>
      <dc:date>2012-01-09T12:14:27Z</dc:date>
    </item>
  </channel>
</rss>

