Re: [Python-Dev] optparse and unicode

2006-05-30 Thread Ronald Oussoren
On 30-mei-2006, at 22:32, Tom Cato Amundsen wrote: > optparse > > > Using unicode strings with non-ascii chars.[1] > > I'm working around this by subclassing OptionParser. Below is a > workaround I use in GNU Solfege. Should something like this be > included in python 2.5? Could you ple

[Python-Dev] optparse and unicode

2006-05-30 Thread Tom Cato Amundsen
optparse Using unicode strings with non-ascii chars.[1] I'm working around this by subclassing OptionParser. Below is a workaround I use in GNU Solfege. Should something like this be included in python 2.5? (Please CC me any answer.) Tom Cato --- orig/src/mainwin.py +++ mod/src/mainwi