You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is caused by node-expat not supporting the Unknown Encoding parser.
Reencoding the file in UTF-8 or hard setting the parser encoding on the Parser initialization (on my fork, here) allows the parser to properly complete.
Recording this issue as a helper for others suffering the same issue.
The text was updated successfully, but these errors were encountered:
When running cxsd against a XSD file using a non-supported encoding in libexpat (example here), csxd will fail with the following error:
Supported encodings in libexpat are (from here):
I believe this is caused by node-expat not supporting the Unknown Encoding parser.
Reencoding the file in UTF-8 or hard setting the parser encoding on the Parser initialization (on my fork, here) allows the parser to properly complete.
Recording this issue as a helper for others suffering the same issue.
The text was updated successfully, but these errors were encountered: