Re: [PHP4BETA] bug or feature ???
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 21 May 2000, Andi Gutmans wrote: > We are using the C library strtod() in order to convert the number to a > decimal. I see that strtod() uses locale. > How should this be handled? Should we move to a US locale for the > conversion? (probably a bit slow). I think using the locale is a feature, not a bug. If people choose to use locales we should not try to force an arbitrary locale onto them. - Sascha