RE: Euro currency sign

On Fri, 17 Oct 1997, Carrasco Benitez Manuel wrote:

> > I just meant converting the form, say "1,000.12" to "1.000,12" or 
> > something that would use the appropriate currency symbol: perhaps
> > <span lang="en-US">&currenvy;</span> but not actual monetary
> > conversions. Yuck!
> > 
> > 
> > [Carrasco Benitez Manuel]  
> > A very valid point, but 
> > 
> >  - In some countries it is  $1,000.12
> >  - In others it is written $1.000,12
> > 
> > I assume that the something similiar would happen for the euro;
> > i.e., this type of local is not dependant on the currency.

The assumption is currently that the formatting will depend on
the language, i.e. if you will have
	<span lang="en-US">$1,000.12</span>
and
	<span lang="de">$1 000,12</span>
or so, and it's the server's responsibility to send these things
out correctly. This gives problems because for cases where
conventions differ depending on sublanguages, the reader may not
be aware of the sublanguage in effect (e.g. US and British dates),
or the reader of a foreign language document may forget that this
language also uses different conventions. So for dates on the web,
always use something like February 3, 2004. Things like 02/03/04
are highly ambiguous!


Regards,	Martin.

Received on Monday, 20 October 1997 12:18:55 UTC