Thanks Eric.
By setting locale, it shows same on both.
-Original Message-
From: Eric W Hauser [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 9:44 AM
To: Tag Libraries Users List
Subject: Re: currency format problem on different
platform
The problem is with the locale on your
The problem is with the locale on your Unix box. You have two choices.
Talk to your system administrator and make sure this is set properly on
your Unix box, or explicitly define the locale in your JSP like so:
On Thu, 31 Jul 2003, Helen Ge wrote:
>
> Hello,
> Can
Hello,
Can someone help me with the following problem?
I have following JSTL tag used to format currency in a format as
$999,999.99.
It shows '$1,154.51' correctly on my local webserver which is on window
2000. but it shows differently as 'ยค1,154.51' on test server which is on
UNIX.
How