]> git.sesse.net Git - vlc/commit
Work-around wxWidgets overriding the LC_NUMERIC setting (closes #406)
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Oct 2005 10:21:29 +0000 (10:21 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Oct 2005 10:21:29 +0000 (10:21 +0000)
commit0fe7062c18baef9daeefba4410ac076b62127616
tree57aca2d250df81b64f593cb190823625d15ba52d
parent711eb06688793f2c1d9ba2356f901790da5fa9fc
Work-around wxWidgets overriding the LC_NUMERIC setting (closes #406)

In any case, that's ugly and thread-safe. The proper solution would
be to reimplement an atof() version that is locale-independant and
use in the many places that expect C/American float numbers. Even
then, there might be some buggy underlying libraries breakage
(e.g. Live555 ?).

Tested on Linux (both UTF-8 and Latin-x locales).
Needs testing on Win32.
modules/gui/wxwidgets/wxwidgets.cpp