Re: problem due to localization of decimal representation of number



Try setlocale()

Otherwise, give some more info:

e.g. development environment, method of 'display', storage, etc.


"Davinder" <dakumar@xxxxxxxxx> wrote in message
news:1128082599.172723.116810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> I have developed an application, which calculates some double values
> based on integers.
>
> On localized windows machines (spanish, german), double is displayed as
> 100,23 (for 100.23 on windows english machine). Due to this Oracle does
> not accept this value as integer.
>
> But when I pass any command line argument then decimal representation
> changes to 100.23, Surprisingly !!! My application also uses CORBA.
>
> Thanks,
> Davinder
>


.



Relevant Pages