On Wed, Mar 26, 2008 at 10:12 AM, Nicolas Lalevée <
[EMAIL PROTECTED]> wrote:

> Le mercredi 26 mars 2008, Xavier Hanin a écrit :
> > On Wed, Mar 26, 2008 at 9:27 AM, Nicolas Lalevée <
> >
> > [EMAIL PROTECTED]> wrote:
> > > Le mercredi 26 mars 2008, Xavier Hanin a écrit :
> > > > On Tue, Mar 25, 2008 at 6:34 PM, Peter Reilly <
> > >
> > > [EMAIL PROTECTED]>
> > >
> > > > wrote:
> > > > > Text files do not specify an encoding.
> > > > > It this utf-8 or win1252 or latin1 ?
> > > >
> > > > I think it's latin1 (ISO-8859-1)
> > >
> > > yep, that's it.
> > >
> > > Note that I don't mind not having the accent on my last name for this
> > > kind of
> > > file. I prefer not having accent than having some (?) character.
> >
> > And do you mind if you don't have the accent in a HTML file? Because the
> > release notes are copy/pasted to an html page when we release a new
> > version. I realize that in last release your name has a strange
> character:
> > http://ant.apache.org/ivy/history/latest-milestone/release-notes.html
>
> ah. Then why not having directly an html file in the svn more than a txt ?
> So
> we can put some HTML entities and this would avoid manual insertion of the
> links and hx tags while releasing. And if the txt file is still needed,
> some
> service usefull service exist: http://cgi.w3.org/cgi-bin/html2txt

It sounds like a good option, I didn't know this service, it seems to work
very well. I'm not sure if using HTML entities would be a good idea though,
because we'd still may run into encoding issues for the generated text
version.

So I'm +1 to move to a RELEASE_NOTES.html file in svn, and generate the text
version at release time.
I'm -0 to use HTML entities for international characters in this file.

What do others think?

Xavier



> <http://cgi.w3.org/cgi-bin/html2txt>
>
> Nicolas
>

Reply via email to