Hey people.
I searched the forum first, found a lot of answers, but not for this question.
I need to display a dynamic text in a textbox. In my txt file there are some “&” and “+” characters that need to be displayed. So I URL encoded these characters. “&” becomes %26 and “+” becomes %2b. Strange thing is: it works perfect for the “+”, but the “&” won’t show nowhere…
Changing my txt file from Unicode into UTF 8 doesn’t help.
Tried using System.useCodepage = true;
Nothing works,
help