jonnyknowsbest
Technical User
I have written a small app that outputs from a richtextbox to a text file. It all works fine, apart from when i want to output the british pound sign (£). When i try to view this text file, the pound sign is preceded by a capital A with a caret above it.
If i look at the file in hex, the pound sign is C2 A3, but if i create a text file in Notepad, the pound sign is just A3.
Where is the C2 coming from and how do i stop it?
If i look at the file in hex, the pound sign is C2 A3, but if i create a text file in Notepad, the pound sign is just A3.
Where is the C2 coming from and how do i stop it?