On Wed Mar 19 14:59:12 2025 +0000, Nikolay Sivov wrote:
The problem with wcstod is that it depends on current locale, and that's not always desired. Maybe we could use something from oleaut32, even if duplicated?
Using `_wcstod_l` would probably solve the locale problem.