<?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: Need help in compiling locale from source in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335801#M189809</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have &lt;BR /&gt;#swlist -l product PHCO_30248&lt;BR /&gt;PHCO_30248    1.0            localedef(1M) patch</description>
    <pubDate>Mon, 26 Jul 2004 04:00:35 GMT</pubDate>
    <dc:creator>Igor Posatskoff</dc:creator>
    <dc:date>2004-07-26T04:00:35Z</dc:date>
    <item>
      <title>Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335789#M189797</link>
      <description>Can anybody explain me how to compile a new locale from the source properly?</description>
      <pubDate>Mon, 19 Jul 2004 22:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335789#M189797</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-19T22:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335790#M189798</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This may help &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libutf8-0.8/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libutf8-0.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But please give more data about the software yopu want to use to compile locale&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Tue, 20 Jul 2004 02:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335790#M189798</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-20T02:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335791#M189799</link>
      <description>Hi Steve!&lt;BR /&gt;&lt;BR /&gt;I need russian language support in my HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;I try to compile the source like this:&lt;BR /&gt;&lt;BR /&gt;localedef -f /usr/lib/nls/loc/charmaps/utf8.cm -e -n -c -i /usr/lib/nls/loc/src/ru_RU.utf8.src -m /usr/lib/nls/loc/src/univ.utf8.m ru_RU.utf8.src&lt;BR /&gt;&lt;BR /&gt;But I get some errors and compilation failed then.</description>
      <pubDate>Tue, 20 Jul 2004 03:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335791#M189799</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-20T03:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335792#M189800</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  What errors&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;localedef -f /usr/lib/nls/loc/charmaps/utf8.cm \&lt;BR /&gt;          -e -n -c -i /usr/lib/nls/loc/src/ru_RU.utf8.src \&lt;BR /&gt;          -m /usr/lib/nls/loc/src/univ.utf8.m \&lt;BR /&gt;                                        ru_RU.utf8&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Tue, 20 Jul 2004 04:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335792#M189800</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-20T04:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335793#M189801</link>
      <description>Hi &lt;BR /&gt;Here's what I've got:&lt;BR /&gt;&lt;BR /&gt;# localedef -f /usr/lib/nls/loc/charmaps/utf8.cm \                      &lt;BR /&gt;&amp;gt; -e -n -c -i /usr/lib/nls/loc/src/ru_RU.utf8.src \&lt;BR /&gt;&amp;gt; -m /usr/lib/nls/loc/src/univ.utf8.m \&lt;BR /&gt;&amp;gt; ru_RU.utf8&lt;BR /&gt;&lt;BR /&gt;Processed LC_CTYPE&lt;BR /&gt;&lt;BR /&gt;Processed LC_COLLATE&lt;BR /&gt;&lt;BR /&gt;Processed LC_MONETARY&lt;BR /&gt;&lt;BR /&gt;Processed LC_NUMERIC&lt;BR /&gt;&lt;BR /&gt;Processed LC_TIME&lt;BR /&gt;&lt;BR /&gt;Processed LC_MESSAGE&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;(Bundled) cc: warning 480: The +z option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;cpp: "./locAAAa04683.c", line 6: warning 2013: Unknown preprocessing directive.&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: error 1000: Unexpected symbol: "*".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: warning 5: "const" will become a keyword.&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: error 1000: Unexpected symbol: "char".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: error 1000: Unexpected symbol: "int".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: error 1000: Unexpected symbol: "char".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 10: error 1000: Unexpected symbol: "_LC_charmap_t".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 11: warning 5: "const" will become a keyword.&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 11: error 1000: Unexpected symbol: "*".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 11: error 1000: Unexpected symbol: "char".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 11: error 1000: Unexpected symbol: "int".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 11: error 1000: Unexpected symbol: "*".&lt;BR /&gt;(Bundled) cc: "locAAAa04683.c", line 12: error 1000: Unexpected symbol: "__pcstombs_utf8".&lt;BR /&gt;(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.&lt;BR /&gt;localedef [ERROR]: FILE: /usr/lib/nls/loc/src/ru_RU.utf8.src, LINE: 4191, CHAR: 1&lt;BR /&gt;Required header files sys/localedef.h and sys/lc_core.h are the wrong version or are missing.</description>
      <pubDate>Tue, 20 Jul 2004 04:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335793#M189801</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-20T04:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335794#M189802</link>
      <description>What's the problem?&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 04:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335794#M189802</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-20T04:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335795#M189803</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Required header files sys/localedef.h and sys/lc_core.h are the wrong version or are missing. &lt;BR /&gt;&lt;BR /&gt;Suspect you miss libutf8 on&lt;BR /&gt;&lt;BR /&gt;ll /usr/lib/nls/loc/pa20_64/methods.2&lt;BR /&gt;total 252&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20928 Nov 14  2000 libHP15.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20480 Nov 14  2000 libSJIS.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20552 Nov 14  2000 libeucJP.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20744 Nov 14  2000 libeucTW.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          21720 Nov 14  2000 libhp15CN.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20488 Nov 14  2000 libutf8.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What does&lt;BR /&gt; swlist -l file|grep libutf8&lt;BR /&gt;  OS-Core.CMDS-MIN: /usr/lib/nls/loc/methods.1/libutf8.sl&lt;BR /&gt;  OS-Core.CMDS-MIN: /usr/lib/nls/loc/methods.2/libutf8.sl&lt;BR /&gt;  OS-Core.CMDS-MN-64SLIB: /usr/lib/nls/loc/pa20_64/methods.2/libutf8.sl&lt;BR /&gt;&lt;BR /&gt;give&lt;BR /&gt;&lt;BR /&gt;        Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 06:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335795#M189803</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-20T06:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335796#M189804</link>
      <description>Here you go&lt;BR /&gt;&lt;BR /&gt;# ll /usr/lib/nls/loc/pa20_64/methods.2&lt;BR /&gt;total 146&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          12208 Nov  7  1997 libHP15.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          11760 Nov  7  1997 libSJIS.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          11776 Nov  7  1997 libeucJP.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          12112 Nov  7  1997 libeucTW.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          12752 Nov  7  1997 libhp15CN.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          11768 Nov  7  1997 libutf8.sl&lt;BR /&gt;&lt;BR /&gt;# swlist -l file|grep libutf8&lt;BR /&gt;  OS-Core.CMDS-MIN: /usr/lib/nls/loc/methods.1/libutf8.sl                      &lt;BR /&gt;  OS-Core.CMDS-MIN: /usr/lib/nls/loc/methods.2/libutf8.sl                      &lt;BR /&gt;  OS-Core.CMDS-MN-64SLIB: /usr/lib/nls/loc/pa20_64/methods.2/libutf8.sl &lt;BR /&gt;&lt;BR /&gt;The errors still occure&lt;BR /&gt;&lt;BR /&gt;I've recently installed libutf8, but did not reboot. Do I need to do reboot after installing?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 06:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335796#M189804</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-20T06:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335797#M189805</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;reboot can be  useful but first&lt;BR /&gt;&lt;BR /&gt;swlist -l file|grep localedef.h&lt;BR /&gt;  ProgSupport.C-INC: /usr/include/localedef.h&lt;BR /&gt;&lt;BR /&gt; swlist -l file|grep lc_core.h&lt;BR /&gt;  ProgSupport.C-INC: /usr/include/lc_core.h&lt;BR /&gt;&lt;BR /&gt;what /usr/include/localedef.h&lt;BR /&gt;what /usr/include/lc_core.h&lt;BR /&gt;ll /usr/include/lc_core.h&lt;BR /&gt;ll /usr/include/localedef.h&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            steve Steel</description>
      <pubDate>Tue, 20 Jul 2004 07:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335797#M189805</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-20T07:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335798#M189806</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;That's what I've got:&lt;BR /&gt;&lt;BR /&gt;# swlist -l file|grep localedef.h                                                                                               &lt;BR /&gt;  ProgSupport.C-INC: /usr/include/localedef.h                  &lt;BR /&gt;# swlist -l file|grep lc_core.h&lt;BR /&gt;  ProgSupport.C-INC: /usr/include/lc_core.h                    &lt;BR /&gt;# what /usr/include/localedef.h&lt;BR /&gt;/usr/include/localedef.h:&lt;BR /&gt;         $Revision: ../hdr/localedef.h@@/main/r11ros/2 $ */&lt;BR /&gt;# what /usr/include/lc_core.h&lt;BR /&gt;/usr/include/lc_core.h:&lt;BR /&gt;         $Revision: ../hdr/lc_core.h@@/main/r11ros/1 $ */&lt;BR /&gt;# ll /usr/include/lc_core.h&lt;BR /&gt;-r--r--r--   1 bin        bin           9874 Oct 27  1997 /usr/include/lc_core.h&lt;BR /&gt;# ll /usr/include/localedef.h&lt;BR /&gt;-r--r--r--   1 bin        bin          11075 Oct 27  1997 /usr/include/localedef.h&lt;BR /&gt;#</description>
      <pubDate>Wed, 21 Jul 2004 05:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335798#M189806</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-21T05:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335799#M189807</link>
      <description>What else can I do?</description>
      <pubDate>Mon, 26 Jul 2004 03:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335799#M189807</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-26T03:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335800#M189808</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do You have&lt;BR /&gt;&lt;BR /&gt;Patch Name: PHCO_30248&lt;BR /&gt;&lt;BR /&gt;Patch Description: s700_800 11.00 localedef(1M) patch&lt;BR /&gt;&lt;BR /&gt;Creation Date: 04/03/14&lt;BR /&gt;&lt;BR /&gt;Post Date: 04/04/12&lt;BR /&gt;&lt;BR /&gt;Hardware Platforms - OS Releases:&lt;BR /&gt;s700: 11.00&lt;BR /&gt;s800: 11.00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve Steel</description>
      <pubDate>Mon, 26 Jul 2004 03:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335800#M189808</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-26T03:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335801#M189809</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have &lt;BR /&gt;#swlist -l product PHCO_30248&lt;BR /&gt;PHCO_30248    1.0            localedef(1M) patch</description>
      <pubDate>Mon, 26 Jul 2004 04:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335801#M189809</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-26T04:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335802#M189810</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You do not have a usable C compiler&lt;BR /&gt;&lt;BR /&gt; localedef(1M)                                                 localedef(1M)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      localedef - generate a locale environment&lt;BR /&gt;&lt;BR /&gt;  Creation of locales (both private and public) requires access to the&lt;BR /&gt;      ANSI C compiler.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bundled c is only for compiler ebuilds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   Steve Steel</description>
      <pubDate>Mon, 26 Jul 2004 04:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335802#M189810</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-26T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335803#M189811</link>
      <description>How do I know if I have an ANSI C compiler?</description>
      <pubDate>Mon, 26 Jul 2004 04:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335803#M189811</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-26T04:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335804#M189812</link>
      <description>I've recently installed gcc, isnt enough?</description>
      <pubDate>Mon, 26 Jul 2004 06:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335804#M189812</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-26T06:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335805#M189813</link>
      <description>Hi Steve!&lt;BR /&gt;Thank you! &lt;BR /&gt;I have sucessfully compiled my locale ru_RU.utf8 after installing ANSI Compiler.&lt;BR /&gt;But I cant see ru_RU.utf8 in the list of locale -a&lt;BR /&gt;&lt;BR /&gt;How to add new locale to the existing locales set?</description>
      <pubDate>Tue, 27 Jul 2004 21:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335805#M189813</guid>
      <dc:creator>Igor Posatskoff</dc:creator>
      <dc:date>2004-07-27T21:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335806#M189814</link>
      <description>locale -a looks in the following directories&lt;BR /&gt;&lt;BR /&gt;/usr/lib/nls/loc/locales (for 32-bit system)&lt;BR /&gt;/usr/lib/nls/loc/pa20_64/locales (for 64-bit system)&lt;BR /&gt;&lt;BR /&gt;Is your locale in one of these dirs?</description>
      <pubDate>Wed, 28 Jul 2004 01:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335806#M189814</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-07-28T01:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in compiling locale from source</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335807#M189815</link>
      <description>Thank you!&lt;BR /&gt;&lt;BR /&gt;I've moved locale to the wrong directory&lt;BR /&gt;Now it okey I see it in locale -a&lt;BR /&gt;&lt;BR /&gt;thax</description>
      <pubDate>Wed, 28 Jul 2004 01:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-in-compiling-locale-from-source/m-p/3335807#M189815</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2004-07-28T01:47:32Z</dc:date>
    </item>
  </channel>
</rss>

