Re: AIX running but ...

From: Alberto 'JCN-9000' Varesio (A-Varesio@eads.matradatavision.com)
Date: Wed Apr 17 2002 - 03:07:04 EDT

  • Next message: =?ISO-8859-2?Q?Jes=FAs Corrius?=: "Re: OK, I can't translate the last two strings"

    Andrew Dunbar wrote:
    > > >
    > > > Here is your problem:
    > > > DEBUG: Building XAP_EncodingManager
    > > > DEBUG: This iconv does not support UCS-2BE!
    > > > DEBUG: This iconv does not support UCS-2LE!
    > > >
    > > > AIX's iconv does not support UCS-2BE or UCS-2LE
    > > > which are needed. I think only one of them is
    > > > absolutely needed. Can you find the documentation
    > > > for AIX's iconv and send the relevant excerpt to the
    > > > dev list for us to see if these encodings have
    > > > different
    > > > aliases from those Abi currently supports?
    > > > This should be fixable. Thanks for the log!

    Right, these two converters are not present !

    > > Further to this I've tried searching IBM's site
    > > for info on its iconv() implementation in AIX but
    > > can't find anything useful.

    You can start from here, just asking for 'iconv'
    http://publib.boulder.ibm.com/cgi-bin/ds_form?lang=en_US

    > > We have this code in EncodingManager.cpp:
    > > iconv_handle_N2U =
    > > UT_iconv_open("UCS-2",that->getNativeEncodingName());
    > > iconv_handle_U2N =
    > > UT_iconv_open(that->getNativeEncodingName(),"UCS-2");
    > > iconv_handle_Win2U =
    > > UT_iconv_open("UCS-2",winencname);
    > > iconv_handle_U2Win =
    > > UT_iconv_open(winencname,"UCS-2");

    Will give a look ...

    -- 
     Alberto 'JCN-9000' Varesio     AKA  BlueRider    AIX V4.3 System Support
     EADS-MDTV - Via Goito 51/A    Riding the world   Phone: +39-011-415-8111
     10195 Grugliasco (TO) ITALY   on a Honda CB500    Cell: +39-349-492-4769
     mailto:A-Varesio@eads.matradatavision.com      mailto:A-Varesio@edist.it
    --
     BOFH Excuse: Suspicious pointer corrupted virtual machine
    


    This archive was generated by hypermail 2.1.4 : Wed Apr 17 2002 - 03:07:47 EDT