On Thu, Jun 26, 2008 at 4:25 AM, Sven Meier <[EMAIL PROTECTED]> wrote: > Hi, > > if your editor prefixes your templates with a BOM(1), Wicket is not able to > recognize the encoding in your xml declaration, see > org.apache.wicket.util.io.XmlReader#xmlDecl . > > You might want to create a JIRA request, that Wicket should skip a leading > BOM in the encoding detection.
Hi Sven, Thanks for pointing this out! I do not need to file a JIRA request - I just wanted to know the behavior, since it's not documented in the Wicket internationalization wikis/blogs I found. I'm using Notepad++ (on Windows) which has the choices "UTF-8" and "UTF-8 without BOM," which to a newbie like me makes it appear that having the BOM is the default. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
