wxWidgets/tests/strings
Vadim Zeitlin 951201d81c Add wxString::FromDouble() and FromCDouble().
wxString::FromCDouble() is needed inside wxWidgets itself to format numbers
independently of the current locale. FromDouble() was added for symmetry with
ToDouble/ToCDouble() functions.

Use std::locale for the implementation if available and manual wxLocale-based
fallback otherwise.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-05-31 11:55:48 +00:00
..
crt.cpp Allow calling wxStrchr() with a narrow string and wide character. 2009-11-28 14:37:03 +00:00
iostream.cpp
stdstrings.cpp Add wxString::ToStdString() and ToStdWstring(). 2010-04-11 11:08:49 +00:00
strings.cpp Add wxString::FromDouble() and FromCDouble(). 2010-05-31 11:55:48 +00:00
tokenizer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unichar.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unicode.cpp Remove non-working or semi-working tests added from console.cpp. 2010-05-23 10:53:17 +00:00
vararg.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
vsnprintf.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00