I need to convert a XML file that is being sent on utf-8 to cp1252. How is this possible?
My consumer application only support ANSI characters in it’s controls and not Unicode. It also does a memcopy of the bytes received.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Got an anwser from jonp from TEAM XAMARIN – http://forums.xamarin.com/discussion/337/how-to-send-byte-encoded-as-ansi
It turns out “You need to add the West internationalization assemblies to your application.”: