Unicode Characters While Data Processing
Posted: Fri Sep 15, 2017 7:24 am
Hello All,
While working with some data I get characters like \x2F,\x26 etc
http:\x2F\x2Fstocks.us.reuters.com\x2Fstocks\x2Fratios.asp?rpc=66\x26symbol
Could you please suggest how can I convert these characters to regular format like
\x2F to /
\x26 to &
Regards,
Krishna Khanna
While working with some data I get characters like \x2F,\x26 etc
http:\x2F\x2Fstocks.us.reuters.com\x2Fstocks\x2Fratios.asp?rpc=66\x26symbol
Could you please suggest how can I convert these characters to regular format like
\x2F to /
\x26 to &
Regards,
Krishna Khanna