SPUG: Malformed UTF-8 character (unexpected end of string)

Adam Monsen haircut at gmail.com
Thu Jul 15 15:55:57 CDT 2004


Maybe there's a special character you can't see...

Try viewing the file in Vim (with ':set list' to see all special
characters) or some editor that shows special characters, or just 'cat
-A' the file.

On Thu, 15 Jul 2004 13:39:59 -0700, MADRANO ZALVIDAR, L
<luimad at safeco.com> wrote:
> Basically I'm just parsing a web log. But this is the line where is
> showing the error:
> 
> my @temp=split(' ',$line);
> 
> And is very weird. Why should break just splitting a string.
> 
> Any thoughts.
[...]


-- 
Adam Monsen <adamm at wazamatta.com>
http://adammonsen.com/



More information about the spug-list mailing list