Hi guys,
I have some troubles understanding how to deal with strings that contain special characters.
Suppose that we have .html file which could contain some special characters just like ( - , | , % , " , ? , ......). I need to read the file, store it in a string, put it in a textarea, modify it and then save it using the write function.
The problem is that I get some error results when the file is containing special characters. My question is how can I deal with such string so I can make sure that no error in result will rise after saving.
thx...