Getting unexpected characters when fetching data from blob
Hi Everybody,
When I'm fetch data from blob using DB tool using pr_read_from_stream(), I'm getting some unexpected characters (DB output:- "MAITREJ䩅AN").
When I fetch the data using report definition and check the results in tracer, I get the same value.
But when I open object using obj-open and then check the data in tracer, I don't get these unexpected characters (Output using obj-open:- "MAITREJEAN").
I have also noticed that this is happening mostly when the length of value is greater than or equal to 10. Can anyone please help me with this.