[Bug 12057] Power! Estimator renders numerical cell text incorrectly

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 16 01:01:39 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12057





--- Comment #7 from vitja <vitja.makarov at gmail.com>  2008-05-16 01:01:39 ---
As I see openbsd for example has its own thread-safe ecvt function but doesn't
have ecvt_r, so using it isn't good idea while keeping portability.

So MSVCRT_ecvt() should carefully implemented using sprintf().

But I see some problems using sprintf in ecvt() and fcvt() in some non-C
locales where decimal point is actually comma.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list