splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Stream reader encoding #48

Closed nhennebe67 closed 8 years ago

nhennebe67 commented 8 years ago

Ability to override the encoding used to parse the Reponse to prevent parsing exception. This is useful if the response contains illegal characters that do not comply with the Xml Prolog. For example the response contains unicode, whereas xml Prolog is <?xml version='1.0' encoding='UTF-8'?>. Leave null to use xml Prolog encoding.

itay commented 8 years ago

The failure in appveyor is due to develop not having appveyor.yml yet. We should have it there by end of day.

nhennebe67 commented 8 years ago

Any news on this PR, can you approve it?

shakeelmohamed commented 8 years ago

@nhennebe67 Can you replace all the tab indents with 4 spaces for consistency?

grbinho commented 7 years ago

Any news here? I see this is really old and we are also running into encoding issues in xml deserialization.