in reply to Re: How to Encode/Decode double encoded string.
in thread How to Encode/Decode double encoded string.
Thank you for the reply.
I have basically below two strings in the postgres database
How can we get around this issue, as i mentioned earlier first string get the correct result when used Encode module but second doesn't.select title from TABLE; title ------------------------------------------- this is a test international ���� #This string got inserte +d in the database using perl version 5.24.1 this is a test international àáâä #This string got inserte +d in the database using oldest version of version i don't know the ex +act version but it seems it this version doesn't handle utf8 by defau +lt, this was inserted using Legacy version of the application.
Thank you.
|
|---|