Author Login
Post Reply
My CSS was using:
font-family: Verdana, Arial, Helvetica, sans-serif;
I updated this to the following and rechecked it, same result:
font-family: Arial, sans-serif;
So I'm really confused at this point. Someone mentioned encoding before, but the pages are UTF-8, fonts appear not to be the issue yet my cost fields are being printed as
" 3,90 ?"
Any other thoughts?
> -----Original Message-----
> From: Chris Pratt [mailto:thechrispratt@(protected)]
> Sent: Tuesday, March 09, 2010 10:23 AM
> To: Struts Users Mailing List
> Subject: Re: Currency Formatting
>
> If I had to make a guess, I'd say the font you're using doesn't
> support the Euro symbol. But, that's just a guess.
> (*Chris*)
>
> On Tuesday, March 9, 2010, CRANFORD, CHRIS <Chris.Cranford@(protected)>
> wrote:
> >
> > I had defined in my applicationMessages.properties a currency string
> > format as follows:
> >
> > format.currency={0,number,currency}
> >
> > When I view things in our default locale (English), this displays our
> > currency values like "53.68"; however when I view them in German I see
> > "53,68 ?". Why does it show the question mark and how can I resolve
> > this problem?
> >
> > Chris
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@(protected)
> > For additional commands, e-mail: user-help@(protected)
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)