I have a text file where, for some reason, the decoding was incomplete, so many symbols were not decoded.
I need to replace them manually:
%2A replace with *
%40 replace with @
%2B replace with+
%2C replace with,
In short, all those HTML special character encodings need to be replaced with their corresponding symbols.
There are a whole series of replacements like this, which is very cumbersome.
I came to your forum because of its reputation, hoping to find a solution. Please give me some help, and thanks in advance.
I need to replace them manually:
%2A replace with *
%40 replace with @
%2B replace with+
%2C replace with,
In short, all those HTML special character encodings need to be replaced with their corresponding symbols.
There are a whole series of replacements like this, which is very cumbersome.
I came to your forum because of its reputation, hoping to find a solution. Please give me some help, and thanks in advance.
