Skip to content
New issue

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

Invalid tag character exception message is not user friendly #29

Open
dkorpel opened this issue Apr 16, 2024 · 0 comments
Open

Invalid tag character exception message is not user friendly #29

dkorpel opened this issue Apr 16, 2024 · 0 comments

Comments

@dkorpel
Copy link

dkorpel commented Apr 16, 2024

When you write an XML tag with an invalid character, such as a space or < character, the exception message gives a hexadecimal code unit:

dxml\writer.d(2214): Name contains invalid character: 0x3c

It would be more friendly to render it like ' ' or '<', unless it's a control / non printable character.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant