Re: strange icon appears in webpage

2009-08-04 Thread fachhoch

this is happening only when deployed in unix in windows it is fine , I am
sure I am not using characters of any foreign language  , is there any  
better way to  identify these characters ?

MartinM wrote:
 
 Sync properly:
 - filesystem charset
 - html charset meta .. -tag
 
 **
 Martin
 
 2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the
 symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810567.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-04 Thread James Carman
Print out the character codes for each character in the string.  Is it crlf?

On Tue, Aug 4, 2009 at 11:14 AM, fachhochfachh...@gmail.com wrote:

 this is happening only when deployed in unix in windows it is fine , I am
 sure I am not using characters of any foreign language  , is there any
 better way to  identify these characters ?

 MartinM wrote:

 Sync properly:
 - filesystem charset
 - html charset meta .. -tag

 **
 Martin

 2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the
 symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810567.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-04 Thread fachhoch

I did not understand  what you mean ,  the special characters web page
displays is comming becasue of plain HTML may be i copied it from other
pages and not typed in my editor , but why is this  happening only in unix
and not in windows , is there anything I have to configure in unix ? 

James Carman-3 wrote:
 
 Print out the character codes for each character in the string.  Is it
 crlf?
 
 On Tue, Aug 4, 2009 at 11:14 AM, fachhochfachh...@gmail.com wrote:

 this is happening only when deployed in unix in windows it is fine , I am
 sure I am not using characters of any foreign language  , is there any
 better way to  identify these characters ?

 MartinM wrote:

 Sync properly:
 - filesystem charset
 - html charset meta .. -tag

 **
 Martin

 2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the
 symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is
 causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810567.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810830.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-04 Thread James Carman
Can you re-type the HTML?  You can run dos2unix on your html file perhaps?

On Tue, Aug 4, 2009 at 11:30 AM, fachhochfachh...@gmail.com wrote:

 I did not understand  what you mean ,  the special characters web page
 displays is comming becasue of plain HTML may be i copied it from other
 pages and not typed in my editor , but why is this  happening only in unix
 and not in windows , is there anything I have to configure in unix ?

 James Carman-3 wrote:

 Print out the character codes for each character in the string.  Is it
 crlf?

 On Tue, Aug 4, 2009 at 11:14 AM, fachhochfachh...@gmail.com wrote:

 this is happening only when deployed in unix in windows it is fine , I am
 sure I am not using characters of any foreign language  , is there any
 better way to  identify these characters ?

 MartinM wrote:

 Sync properly:
 - filesystem charset
 - html charset meta .. -tag

 **
 Martin

 2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the
 symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is
 causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810567.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810830.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-04 Thread Erik Post
crlf (CR/LF) means Carriage Return/Line Feed. Windows and Unix treat
newlines differently Windows uses a CR followed by a LF and Unix only
uses a LF as a newline character. The dos2unix programs strips the
superfluous CR's, among other things.


On Tue, Aug 4, 2009 at 5:30 PM, fachhochfachh...@gmail.com wrote:

 I did not understand  what you mean ,  the special characters web page
 displays is comming becasue of plain HTML may be i copied it from other
 pages and not typed in my editor , but why is this  happening only in unix
 and not in windows , is there anything I have to configure in unix ?

 James Carman-3 wrote:

 Print out the character codes for each character in the string.  Is it
 crlf?

 On Tue, Aug 4, 2009 at 11:14 AM, fachhochfachh...@gmail.com wrote:

 this is happening only when deployed in unix in windows it is fine , I am
 sure I am not using characters of any foreign language  , is there any
 better way to  identify these characters ?

 MartinM wrote:

 Sync properly:
 - filesystem charset
 - html charset meta .. -tag

 **
 Martin

 2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the
 symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is
 causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context:
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810567.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24810830.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-03 Thread fachhoch

My pages I see a  strange symbol donot know the cause of  this ,  the symbol
in IE   and firefox  is differnt .  Please help me  tell what  is causing
this.below are the images.
In  IE

http://www.nabble.com/file/p24797435/IE.png 

in firefox
http://www.nabble.com/file/p24797435/firefox.png 



fachhoch wrote:
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-03 Thread Erik Post
Hi,

Those symbols are shown when your system doesn't know how to render a
particular character code. This could happen e.g. when you're trying
to display Japanese characters without having a Japanese font
installed.

Cheers,
Erik

On Mon, Aug 3, 2009 at 10:17 PM, fachhochfachh...@gmail.com wrote:

 My pages I see a  strange symbol donot know the cause of  this ,  the symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-03 Thread Erik Post
Btw, this might happen when you copy text from, say, a web page. The
page may look normal, but contain non-standard versions of common
characters such as double quotes/apostrophes/three consecutive
dots/other. They may look ok in your editor, but they'll have
non-standard char codes and could lead to some non-obvious strangeness
(such as what you described).

Cheers,
Erik


On Mon, Aug 3, 2009 at 10:17 PM, fachhochfachh...@gmail.com wrote:

 My pages I see a  strange symbol donot know the cause of  this ,  the symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: strange icon appears in webpage

2009-08-03 Thread Martin Makundi
Sync properly:
- filesystem charset
- html charset meta .. -tag

**
Martin

2009/8/3 fachhoch fachh...@gmail.com:

 My pages I see a  strange symbol donot know the cause of  this ,  the symbol
 in IE   and firefox  is differnt .  Please help me  tell what  is causing
 this.below are the images.
 In  IE

 http://www.nabble.com/file/p24797435/IE.png

 in firefox
 http://www.nabble.com/file/p24797435/firefox.png



 fachhoch wrote:





 --
 View this message in context: 
 http://www.nabble.com/strange-icon-appears-in-webpage-tp24797417p24797435.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org