I am using the Encoding.Ascii.GetBytes and for some reason it interprets the £ sign as a ? symbol. Is there a way around this. What is the reason for this. Cheers, Chris.
Chris
Edited byFresno BobMonday, October 29, 2012 7:04 PM
Quoted from another thread "the pound sign is not in the ASCII character range. Try Encoding.UTF8 instead of Encoding.ASCII, that should solve the problem."
You've taught me everything I know but not everything you know.
Proposed as answer by.paul. _Monday, October 29, 2012 7:58 PM
Marked as answer byYouen ZenThursday, November 8, 2012 8:09 AM