bug report about tips - Mailing list pgadmin-hackers

From Quan Zongliang
Subject bug report about tips
Date
Msg-id 20070321183955.B84A.QUANZONGLIANG@gmail.com
Whole thread Raw
Responses Re: bug report about tips  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
hi!

I am translating tips.txt to Chinese-simplified.
It seems in frmHint.cpp has a bug.

When read multibyte tips file, always display "Failed to convert file ... to Unicode".
It is throwed at line 135 in wxWidgets\src\common\textfile.cpp.

After line 129: const wxString str(buf, conv, bufPos); is executed,
the variable str is empty.

Regards.

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: Failed to compile pgadmin
Next
From: Dave Page
Date:
Subject: Re: bug report about tips