Le lundi 07 avril 2008, Asgeir S. Nilsen a écrit :
> 2008/4/5, Hervé BOUTEMY <[EMAIL PROTECTED]>:
> > Hi,
> >
> >  Since the discussion on the list about Maven and encoding 2 weeks ago,
> >  Benjamin and I worked on a proposal to have:
> >  1. a central point of configuration of sources encoding, to be used by
> > each and every plugin,
> >  2. a default value set to ISO-8859-1 (instead of platform encoding) to
> > have build reproducibility by default
>
> Out of curiosity, why would you go for 8859-1 and not UTF-8 or
> US-ASCII?  I would think it would be safer to either support any
> extended character or no extended characters, and not something
> halfway there?
>
> Asgeir
US-ASCII: why limit to ASCII only when ISO-8859-1 is a superset?
UTF-8: seems interesting in the first thought, but:
- there are already plugins having ISO-8859-1 as default value
- you can have invalid byte combinations for UTF-8, causing failures

ISO-8859-1 seems the best compromise.

Hervé

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to