Re: ctlSQLBox ClientEncoding problem on Display?

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: ctlSQLBox ClientEncoding problem on Display?
Date: 2003-06-17 12:08:50
Message-ID: 3EEF04D2.6070505@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>Hi Andreas.
>
>Is it this?
>
>CS file: /pack/cvsroots/wxwindows/wxWindows/src/common/string.cpp,v
>retrieving revision 1.173
>diff -r1.173 string.cpp
>248,249c248,251
>< // calculate the needed size ourselves or use a provide one
>< nLen = nLength == wxSTRING_MAXLEN ? conv.MB2WC(NULL, psz, 0) :
>nLength
>;
>---
>
>
>> // calculate the needed size ourselves or use a provide one if
>>
>>
>less th
>an calculated
>
>
>> nLen = conv.MB2WC(NULL, psz, 0);
>> if (nLength < nLen)
>> nLen = nLength;
>>
>>
>
>It is the condition which it is completely all right as for by having
>remodeled it.
>
>
Correct,
that's the required fix.
As soon as the fix is in the official cvs, I'll check the whole package
and denominate the required cvs version.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2003-06-17 12:14:39 Re: ctlSQLBox ClientEncoding problem on Display?
Previous Message Hiroshi Saito 2003-06-17 11:11:54 Re: ctlSQLBox ClientEncoding problem on Display?