We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quickfix/datadictionary/datadictionary.go
Line 329 in bbe42d9
decoder := xml.NewDecoder(xmlFile) decoder.CharsetReader = func(encoding string, input io.Reader) (io.Reader, error) { return input, nil } if err := decoder.Decode(doc); err != nil { return nil, err }
s.a. https://stackoverflow.com/questions/50812137/xml-encoding-utf-16-declared-but-decoder-charsetreader-is-nil-unmarshal-succe
unless the decoder.CharsetReader, it could not parse such xml file : https://apiwiki.fxcorporate.com/api/fix/docs/FIXFXCM10.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
quickfix/datadictionary/datadictionary.go
Line 329 in bbe42d9
s.a. https://stackoverflow.com/questions/50812137/xml-encoding-utf-16-declared-but-decoder-charsetreader-is-nil-unmarshal-succe
unless the decoder.CharsetReader, it could not parse such xml file : https://apiwiki.fxcorporate.com/api/fix/docs/FIXFXCM10.xml
The text was updated successfully, but these errors were encountered: