in reply to Re^2: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)
in thread Malformed UTF-8 character

the code you posted does no printing -- did you remember to binmode?
  • Comment on Re^3: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)

Replies are listed 'Best First'.
Re^4: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)
by Yllar (Novice) on Aug 07, 2015 at 09:50 UTC

    I am sorry for that. Here is the out put for the above statement.

    text - abcd

    text ΤΗτ abcd

    If you see here.. the second statement is printing weird characters.Insted of printing 'text – abcd' it is priting 'text ΤΗτ abcd'.

    Any help would be appreciated greatly. Thank you