I have a scenario where I have to lodge file path to DB and while fetching the content, I am getting the special characters converted into Hexadecimal values. But with that path, I would not be able to open the files, so I need them in a normal string.
I tried searching a lot but could not get the solution,
for example, I am getting the output as
"D:\nhubh\x07oo\x08\x07m"
and my expectation is:
D:\nhubh\aoo\b\am
Please help. Thanks in advance :)