Hello,
Is there a module like URI::Escape for escaping SGML i.e.
& = &
< = <
> = >
I've tried to use =~ s/'/\'/; but it didn't replace my apostophe and my page won't validate with...
Not sure why it has that weird symbol and half tag it's only a single quote in the text, any ideas why i'm getting this behaviour
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Is there a module like URI::Escape for escaping SGML i.e.
& = &
< = <
> = >
I've tried to use =~ s/'/\'/; but it didn't replace my apostophe and my page won't validate with...
Error Line 153 column 195: non SGML character number 146.
...y to configure?<br /><br />If you don¼/strong>?t have the time or technical knowledge
Not sure why it has that weird symbol and half tag it's only a single quote in the text, any ideas why i'm getting this behaviour
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.