Gossamer Forum
Home : Products : Others : Fileman :

HTML Characters

Quote Reply
HTML Characters
When you save an HTML document with an HTML Character for ex. quot; = "

Now if you go to edit that document it will change all the quot; to ". Has anyone edited the Fileman.cgi to account for these and not change them when openning a document to edit.....

TIA

squirre1

PS: I had to leave the & off of the quot; so it would not change it.....
Quote Reply
Re: HTML Characters In reply to
As a addon to the previous post. Fileman is adding some ascii characters into the a saved texted file and it is causing some problems.

Spaces come out = á
and Carrige returns come out as a musical note.

now setting
binmode (FILE); <-- in the write action
and
binmode (DATA); <-- in the edit action
has fixed the musical notes, but I am having problems removing the space replacement.

This is an example of the text it saves:
BODYábgcolor=whiteátext=blackátopmargin=0áleftmargin=0ámarginheight=0áma

This is only visible when editing in a DOS edit window.