Re: [pgadmin-hackers] pgAdmin3 and gtk2.0/Unicode: done

2003-06-09 Thread Jean-Michel POURE
Le Vendredi 06 Juin 2003 00:13, Andreas Pflug a écrit : > RCS file: /pack/cvsroots/wxwindows/wxWindows/src/common/string.cpp,v > retrieving revision 1.172 > diff -r1.172 string.cpp > 269a270 > > > m_pchData[nLen] = 0; Hi Andreas, Could you submit a patch in diff -u format? I don't have

[pgadmin-hackers] pgAdmin3 and gtk2.0/Unicode: done

2003-06-08 Thread Andreas Pflug
Friends of good software, the problem with wxWindows 2.5/gtk2/Unicode is located. A wxString constructor didn't terminate the buffer correctly (only ps, not psz :-), which leads to uncontrollable behaviour. The attached fix is already posted as wxWindows.Sourceforge patch. pgAdmin3 works corre