Jump to content

stupid question maybe


Tzimix
 Share

You are about to reply to a thread that has been inactive for 1377 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

yes I see

i think that some (most/all) scripts that were ported over from the previous forum software lost their formatting (linefeed/carriage return/tab ) and ended up with these chars replaced by single space char

only thing we can do, other than go thru manually, is copy paste into a script editor that has a code reformat option

Edited by Mollymews
tab
Link to comment
Share on other sites

i had a quick look at a copy paste into a hex editor. Seems like

tab char (0x09) that may have been in the code block has been replaced by 4 space chars (0x20)

linefeed char (0x0A) or carriage return char (0x0D) that may have been in the code block have been removed

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1377 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...