Addressed to: wx-dev@lists.wxwidgets.org
wxPython-dev@lists.wxwidgets.org
Hi,
I don't think that wxGTK is using anything from GTK that needs to know
anything about decimal separators (please correct me if I'm wrong) so
I'm guessing that if wxPython sets the LC_NUMERIC back to "C" after it
has initialized wxGTK that there shouldn't be any problems. I'll be
checking in that change a little later if anybody wants to build and try
it out.
Actually, some time ago, I tried to add handling of decimal separators to
the wxFloatGridCellEditor, see e.g. wxGridCellFloatEditor::IsAcceptedKey.
However, the really interesting question probably is what
wxString::ToDouble is doing internally...
Regards,
Stefan