in reply to Re: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)
in thread Malformed UTF-8 character
Thanks for your input.the issue here is the input is in utf-8 format. In my code we have two statements$data,$data2.If you observer them there is a difference in both the statements.
In the first statement '-' is printing as it is after decoded.where as in second statement '' is not printing as it is after decoded.'' is replaced with another character like ^. I need to print the second statement as it is.
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)
by Laurent_R (Canon) on Aug 07, 2015 at 12:49 UTC | |
|
Re^3: Malformed UTF-8 character (unexpected continuation byte 0x96, with no preceding start byte)
by Anonymous Monk on Aug 07, 2015 at 09:13 UTC | |
by Yllar (Novice) on Aug 07, 2015 at 09:50 UTC |