bug report about tips

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: bug report about tips
Date: 2007-03-21 09:53:52
Message-ID: 20070321183955.B84A.QUANZONGLIANG@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-03-21 10:41:07 Re: bug report about tips
Previous Message Quan Zongliang 2007-03-21 09:33:30 Re: Failed to compile pgadmin