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.

Regards

Sven

1 - http://de.wikipedia.org/wiki/Byte_Order_Mark

Brill Pappin schrieb:
Not sure what you mean by BOM (Bill Of Materials?)

However I have seen something odd with documents there were generated on a Mac with little "?" in various places.

- Brill Pappin

On 25-Jun-08, at 2:22 PM, Miguel Paraz wrote:

On Wed, Jun 25, 2008 at 9:51 PM, Brill Pappin <[EMAIL PROTECTED]> wrote:
I think it might be your browser that is not displaying the unicode chars. That you see the odd symbols at all means that the made it to the client
side.

Are you on a Mac?

Hi! Thanks for the reply.

No, I'm on Firefox 3 on Windows.

Do you have an idea why removing the BOM fixes it?

---------------------------------------------------------------------
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