LC_NUMERIC not work

Hi!

I used localization ru_RU where LC_NUMERIC decimal_point is ","

I want to be "."

Before starting tomcat I use

export LC_NUMERIC=POSIX

But it doesn't have any effect. decimal_point don't changed.

How can I change LC_NUMERIC in java programm? Or how can I change LC_NUMERIC format that it have work correctly?

thanx!

[369 byte] By [Dimmya] at [2007-10-2 18:02:19]
# 1
You seem to think that LC_NUMERIC has something to do with Java. It has nothing to do with Java. Java does not use it.
DrClapa at 2007-7-13 19:21:15 > top of Java-index,Desktop,I18N...
# 2
But if I setup LANG=en_US then decimal delimeter is "."And my java script is working good.
Dimmya at 2007-7-13 19:21:15 > top of Java-index,Desktop,I18N...