Re: hebrew text looks like ×׳—׳‘׳¨׳ •

2012-01-09 Thread Bertrand Guay-Paquet
es should. From: armhold To: users@wicket.apache.org Date: 01/06/2012 08:31 PM Subject:Re: hebrew text looks like ×׳—׳‘׳¨׳• I went though this pain a few months ago too. Here are all the places I had to hit: 1. In your HTML files: And also in your: 2. For property files, if yo

Re: hebrew text looks like ×׳—׳‘׳¨׳ •

2012-01-09 Thread Sven Meier
s header is wrong for some reason. Regards, Bertrand On 09/01/2012 7:52 AM, Richard W. Adams wrote: HTML files should not have have an XML header. Only XHTML files should. From: armhold To: users@wicket.apache.org Date: 01/06/2012 08:31 PM Subject:Re: hebrew text looks like

Re: hebrew text looks like ×׳—׳‘׳¨׳ •

2012-01-09 Thread Bertrand Guay-Paquet
te: 01/06/2012 08:31 PM Subject: Re: hebrew text looks like ×׳—׳‘׳¨׳• I went though this pain a few months ago too. Here are all the places I had to hit: 1. In your HTML files: And also in your: 2. For property files, if you use i18n you will need to use the foo.xml format rat

Re: hebrew text looks like ×׳—׳‘׳¨׳ •

2012-01-09 Thread Richard W. Adams
HTML files should not have have an XML header. Only XHTML files should. From: armhold To: users@wicket.apache.org Date: 01/06/2012 08:31 PM Subject:Re: hebrew text looks like ×׳—׳‘׳¨׳• I went though this pain a few months ago too. Here are all the places I had to hit: 1

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-06 Thread armhold
I went though this pain a few months ago too. Here are all the places I had to hit: 1. In your HTML files: And also in your : 2. For property files, if you use i18n you will need to use the foo.xml format rather than foo.properties, and also include the above in each of them. 3. I

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-06 Thread Christian Huber
Are you sure the file itself is saved as UTF-8 on the file system? The Sanity Resort Am 06.01.2012 18:07, schrieb naorye: I added the to all html files but I till get ׳—׳‘׳¨... any idea? -- View this message in context: http://apache-wicket.1842946.n4.nab

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-06 Thread naorye
I added the to all html files but I till get ׳—׳‘׳¨... any idea? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/hebrew-text-looks-like-tp4260875p4270078.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-04 Thread Sven Meier
We have WebApplication#/renderXmlDecl() for that./ IIRC the markup xml declaration doesn't have an effect on the browser. Sven Am 04.01.2012 14:22, schrieb Martin Grigorov: On Wed, Jan 4, 2012 at 3:08 PM, Sven Meier wrote: I think null is the most general default. And a proper xml file has

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-04 Thread Martin Grigorov
On Wed, Jan 4, 2012 at 3:08 PM, Sven Meier wrote: > I think null is the most general default. > > And a proper xml file has an explicit encoding anyway. I remember some problems with in IE that assumes this is an XML response. > > Sven > > Am 04.01.2012 13:42, schrieb Martin Grigorov: > >> Setu

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-04 Thread Sven Meier
I think null is the most general default. And a proper xml file has an explicit encoding anyway. Sven Am 04.01.2012 13:42, schrieb Martin Grigorov: Setup application.getMarkupSettings().setDefaultMarkupEncoding("UTF-8") @devs: any reason why UTF-8 is not the default ? On Wed, Jan 4, 2012 at

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-04 Thread Martin Grigorov
Setup application.getMarkupSettings().setDefaultMarkupEncoding("UTF-8") @devs: any reason why UTF-8 is not the default ? On Wed, Jan 4, 2012 at 2:27 PM, Sven Meier wrote: > You have to make sure Wicket loads your markup with the correct encoding, so > add an xml prologue to all your markup files

Re: hebrew text looks like ×׳—׳‘׳¨׳•

2012-01-04 Thread Sven Meier
You have to make sure Wicket loads your markup with the correct encoding, so add an xml prologue to all your markup files: Sven Am 04.01.2012 12:07, schrieb naorye: am using intellij for writing java web application. I am also using apache wicket and apache Tomcat server. When running html p