Skip to content

Unexpected result using Latin1 encoding #46

@ebakoba

Description

@ebakoba

Given the input:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Envelope>
  <Body>
    Olá mundo
  </Body>
</Envelope>

xml-rs return Body value under xml::reader::XmlEvent::Characters to be Olá mundo, which seems to be incorrect as á is valid character under ISO-8859-1 (Latin1) encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions