[Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Nino Wael
Title: Trouble with characters: Æ Ø Å Hi Im having a bit of a trouble using wicket with Danish characters, they do not get displayed correctly the first time a page is displayed on postbacks the show like supposed to. Ive buildt a very simple example based on the Quickstart tutorial for

[Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
I haven't checked your markup. But wicket defaults to utf-8. The most common mistake is that people don't store the markup in utf-8 even though they put ?xml encoding=utf-8? or meta.. in the markup. Juergen On 2/21/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im having a bit of a trouble using

[Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
Jow exactly should the content look like? Juergen On 2/21/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: I haven't checked your markup. But wicket defaults to utf-8. The most common mistake is that people don't store the markup in utf-8 even though they put ?xml encoding=utf-8? or meta.. in

[Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
Converting the file to UTF-8 seems to fix the problem. Juergen On 2/21/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: Jow exactly should the content look like? Juergen On 2/21/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: I haven't checked your markup. But wicket defaults to utf-8. The

[Wicket-user] Re: [Wicket-user] RE: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
@lists.sourceforge.net Subject: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å Converting the file to UTF-8 seems to fix the problem. Juergen On 2/21/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: Jow exactly should the content look like? Juergen On 2/21/06, Juergen Donnerstag

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
your html and/or response does not provide the charset information Juergen On 2/21/06, Piotr Bzdyl [EMAIL PROTECTED] wrote: Hello, Im having a bit of a trouble using wicket with Danish characters, they do not get displayed correctly the first time a page is displayed on postbacks the

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Eelco Hillenius
Joel Spolsky says to put meta http-equiv=Content-Type content=text/html;charset=UTF-8 in every page you have: http://www.joelonsoftware.com/Articles/Unicode.html We might actually consider automating this or not Juergen? We do a head check already... Though the code to acchieve this might be

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Juergen Donnerstag
And the spec says to not include it because it is not consistently treated by browser etc.. IMO the best solution is to use xhtml and ?xml ..? Juergen On 2/21/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Joel Spolsky says to put meta http-equiv=Content-Type content=text/html;charset=UTF-8 in

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Eelco Hillenius
You mean Joel is wrong?! Ouch. How can we ever be sure of things now... Eelco On 2/21/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: And the spec says to not include it because it is not consistently treated by browser etc.. IMO the best solution is to use xhtml and ?xml ..? Juergen

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Igor Vaynberg
just listen to me, i am never wrong! didnt johan already explain that? maybe he wasnt clear. i should start a blog for my cult...-IgorOn 2/21/06, Eelco Hillenius [EMAIL PROTECTED] wrote: You mean Joel is wrong?! Ouch. How can we ever be sure of things now...EelcoOn 2/21/06, Juergen Donnerstag

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Trouble with characters: Æ Ø Å

2006-02-21 Thread Eelco Hillenius
Are you Joel? Write a book first! Eelco On 2/21/06, Igor Vaynberg [EMAIL PROTECTED] wrote: just listen to me, i am never wrong! didnt johan already explain that? maybe he wasnt clear. i should start a blog for my cult... -Igor On 2/21/06, Eelco Hillenius [EMAIL PROTECTED] wrote: You