Any views on locale handling and wxWidgets 2.9.0

2013-02-05 Thread Mark Dootson
Hi All, As raised in a recent Wx bug ticket, wxWidgets from version 2.9.0 automatically sets the locale to the users current locale. Formally in wxWidgets 2.8.x, the locale by default was 'C'. The problem arises because in addition to loading gettext translation files, the wxWidgets

Re: Any views on locale handling and wxWidgets 2.9.0

2013-02-05 Thread Tarek Unger
Greetings, i personally think this is a good approach. A simple use Wx; anywhere in the code should *not* change the behavior of a complete separate codepart. As described in the Bug Ticket, this automatism was already breaking a application which involved database operations. On the