Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Body viewer replaces non UTF8 characters with ??? #451

Merged
merged 5 commits into from
May 20, 2015
Merged

Conversation

johnsimons
Copy link
Member

Gives a message with eg:

<?xml version="1.0"?>
<AnotherMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.net/">
  <OrderId>456</OrderId>
  <Data>مرحبا بالعالم</Data>
</AnotherMessage>

The result displayed in the body viewer is:

<?xml version="1.0"?>
<AnotherMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.net/">
  <OrderId>456</OrderId>
  <Data>????? ???????</Data>
</AnotherMessage>

@distantcam distantcam added this to the 1.2.9 milestone May 20, 2015
@distantcam distantcam merged commit ec68b49 into master May 20, 2015
@distantcam distantcam deleted the Issue_451 branch May 20, 2015 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants