
nthakur
New User
Dec 27, 2013, 4:24 PM
Post #1 of 1
(82271 views)
|
Malformed UTF-8 character (unexpected non-continuation byte 0x72, immediately after start byte 0xfc)
|
Can't Post
|
|
Hi, This is first time I am working in Perl. I have a perl script which opens a file and read its content. Sometimes, files contains Latin characters like "fdür". The script gives error on this condition:
if ( $album{title} =~ m/$optctl{alb_tcl}/i ){ Error is below: Malformed UTF-8 character (unexpected non-continuation byte 0x72, immediately after start byte 0xfc)
|