in reply to Re: Mysterious Whitespaces between each character in a file
in thread Mysterious Whitespaces between each character in a file

Agreed. One possibility is that is contains a non-breaking space (ASCII code A0). /\s/ does not match this. Looking at the data with a hex editor will tell you if this is so.

  • Comment on Re^2: Mysterious Whitespaces between each character in a file