On 6/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The file starts with
   <?xml version="1.0" encoding="utf-8"?>
so you cant use any character.

Mmm..
one can use utf-8 encoding.
Make sure that your editor knows that it is a utf-8 file
(and not iso-latin or windows 1252)

I looked at the file on linux (using jedit - emacs may
get it incorrect and use iso-latin)
and on windose - after an svn update (using editpad lite
as jedit does not seem to work with jdk6, notepad will get it
wrong since the the file does not start with the microsoft misuse of
the utf bytecode order byte (this byte makes it a non-utf8 file from
java io))

I must admit I do not know the &# code for the é (hopefully
that will get tru gmail!) character (e fada in Irishie).

Peter


See
  <name>
    <first>Aslak</first>
    <last>Helles&#244;y</last>
  </name>
  <name>
    <first>Jan</first>
    <last>Mat&#232;rne</last>
  </name>
  <name>
    <first>Marcus</first>
    <last>B&amp;ouml;rger</last>
  </name>
...


Jan

>-----Ursprüngliche Nachricht-----
>Von: Kevin Jackson [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 27. Juni 2007 08:44
>An: Ant Developers List
>Betreff: Fwd: svn commit: r550807 - in /ant/core/trunk:
>CONTRIBUTORS WHATSNEW contributors.xml
>
>I get an i18n/encoding problem for this commit - anyone else
>see the same thing?
>
>Kev
>
>---------- Forwarded message ----------
>From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Date: Jun 26, 2007 2:57 PM
>Subject: svn commit: r550807 - in /ant/core/trunk: CONTRIBUTORS
>WHATSNEW contributors.xml
>To: [EMAIL PROTECTED]
>
>
>Author: peterreilly
>Date: Tue Jun 26 06:57:50 2007
>New Revision: 550807
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=550807
>Log:
>bugzilla: 42739
>
>Modified:
>    ant/core/trunk/CONTRIBUTORS
>    ant/core/trunk/WHATSNEW
>    ant/core/trunk/contributors.xml
>
>Modified: ant/core/trunk/CONTRIBUTORS
>URL:
>http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=d
>iff&rev=550807&r1=550806&r2=550807
>===============================================================
>===============
>Binary files - no diff available.
>
>Modified: ant/core/trunk/WHATSNEW
>URL:
>http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&;
>rev=550807&r1=550806&r2=550807
>===============================================================
>===============
>--- ant/core/trunk/WHATSNEW (original)
>+++ ant/core/trunk/WHATSNEW Tue Jun 26 06:57:50 2007
>@@ -94,6 +94,9 @@
> * Regression: <available> with <filepath> did not work.
>   Bugzilla 42735.
>
>+* ant script, cd may output to stdout.
>+  Bugzilla 42739.
>+
> Other changes:
> --------------
> * <script> now has basic support for JavaFX scripts
>
>Modified: ant/core/trunk/contributors.xml
>URL:
>http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?vi
>ew=diff&rev=550807&r1=550806&r2=550807
>===============================================================
>===============
>--- ant/core/trunk/contributors.xml (original)
>+++ ant/core/trunk/contributors.xml Tue Jun 26 06:57:50 2007
>@@ -340,6 +340,10 @@
>     <last>Zeyda</last>
>   </name>
>   <name>
>+    <first>FrÃ(c)dÃ(c)ric</first>
>+    <last>Bothamy</last>
>+  </name>
>+  <name>
>     <first>Frederic</first>
>     <last>Lavigne</last>
>   </name>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



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

Reply via email to