Locale number formatting issue windows 2008

Posted by kris on Server Fault See other posts from Server Fault or by kris
Published on 2012-10-26T18:02:41Z Indexed on 2012/10/27 23:05 UTC
Read the original article Hit count: 219

Filed under:
|

On a project we have multiple servers running windows 2008. The servers are using the Russian locale. We have several programs that use floating point numbers but the fractional part of the number on SOME servers is getting truncated.

Through the regional settings each machine has: Locale: Russian Current Location: United States Decimal Symbol: . (period)

I've tried distributing the changes through "Copy Settings" and even though the procedure works it seems like the settings aren't actually being propagated.

So next I went into the registry. There is a key called "sDecimal" and in all cases on all servers the value in the key is '.'

There is no difference that I can find between the servers that DO have correct decimal formatting and DO NOT.

Any advice on where I can look for a problem like this?

© Server Fault or respective owner

Related posts about Windows

Related posts about locales