Often there is code posted on this forum that I want to test. If I do a Select All, then copy it to the clipboard, and I then paste it into an existing .prg in UE Studio, it appears there is no problem.
However, when I attempt to build the app, every pasted line has an error when building with Visual Studio. There is an embedded ASCII character 225 ( Hex E1 ) detected on every line that is pasted.
Sometimes I have had the code sent to me directly and it pastes in without a problem. If I retype the lines, I get the same result. However, when I copy and paste from a Code section on this forum, the problem occurs on every line.
When looking at the code in a HEX editor, it does not show up. I've talked to the UE people, and they don't understand it. I assume there is a setting in UE that is adding this as a hidden character ( which is discussed on their forums ), but so far I cannot find a solution.
Has anyone else experienced anything like this ? Any ideas would be appreciated.