[wxPython] wxPython & UNICODE

Hi,

I have made some modifications to the wxPython sources (mostly the swig '.i'
files) to enable it to work with Unicode characters. In particular, when
compiling wxWindows (and wxPython) with the

#define wxUSE_UNICODE 1

set in setup.h

I've made this changes to wxPython version 2.3.2b7

I would like to know how can I submit these changes so that others can used
it too.

Regards.

···

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 12/11/01

I have made some modifications to the wxPython sources (mostly the swig

'.i'

files) to enable it to work with Unicode characters. In particular, when
compiling wxWindows (and wxPython) with the

#define wxUSE_UNICODE 1

set in setup.h

Cool!

I've made this changes to wxPython version 2.3.2b7

I would like to know how can I submit these changes so that others can

used

it too.

Use "diff" or "cvs diff" as described in
http://wxwindows.org/technote/patches.htm and put the resulting patch into
the PatchManager at sourceforge.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!