Wed Mar 05 08:38:27 2014: Request 83110 was acted upon. Transaction: Correspondence added by VADZ Queue: Wx Subject: Wx 2.9 manipulates locale Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: cho...@cpan.org, taun...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=83110 >
On Tue Feb 05 02:39:58 2013, MDOOTSON wrote: > The difference is, as you suggest, that wxWidgets 2.9.x now sets the > application locale on start-up to the user's current locale. > It does this by calling the C library setlocale() function as > setlocale(LC_ALL, ""); Just FYI, this is not the case with wxWidgets 3.0.0 any more (it was indeed done experimentally in 2.9 but rolled back because of various problems, such as the one reported here). So just making a new release of wxPerl using wx 3.0.0 should fix this.