ITxPT / DATA4PTTools

Shared space for the development of the DATA4PT Greenlight NeTEx validation tool(s)
MIT License
10 stars 2 forks source link

Special characters? #14

Closed skinkie closed 1 year ago

skinkie commented 2 years ago

The files from Portugal cause very strange artifacts.

          {
            "name": "xsd",
            "description": "General XSD schema validation",
            "valid": false,
            "error_count": 32,
            "errors": [
              {
                "message": "\u0005\ufffd\ufffd\ufffd\u0007",
                "line": 65535,
                "type": "xsd"
              },
              {
                "message": "u\ufffd*\\O^?",
                "line": 65535,
                "type": "xsd"
              },
              {
                "message": "\ufffd\ufffd*\\O^?",
                "line": 65535,
                "type": "xsd"
              },
              {
                "message": "\ufffd\ufffd*\\O^?",
                "line": 65535,
                "type": "xsd"
              },
pkvarnfors commented 1 year ago

Combined with other issues into Issue #83