Hi,

There seems to be a problem when I synchronise with the svn repository on my linux (kubuntu 6.06) machine...

Eclipse fails to compile and calls out the following files as containing invalid chars:

core/src/main/java/com.xpn.xwiki.util.Util
core/src/main/java/com.xpn.xwiki.render.macro.UseMacro
core/src/main/java/com.xpn.xwiki.render.macro.DisplayMacro
core/src/main/java/com.xpn.xwiki.web.ImportAction
core/src/main/java/com.xpn.xwiki.web.ExportAction

All these files are aparently unreadable using UTF-8 encoding - from what I can see it is due to accents etc in the source files (for creation dates, eg Date: 25 août 2004 in DisplayMacro).

I can fix the problem for myself (tell Eclipse to treat them as ISO-8859-1 not UTF-8)...

Anyone else suffering this? Should the source get changed so that the chars are valid utf ones ?

A minor issue... looking forward to beta 1 - when the download link works ;)
Cheers,
Dan