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:thechrispr...@gmail.com]
> 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.cranf...@setech.com>
> 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-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to