Formatter Unicode strings uneven work #57
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when forrmating XML with <?xml version="1.0" encoding="utf-8"?> line, file can be minimized without a problem, but it cant be prettyfied. "Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration."
Implemented, needed testing.
Format XML does not work, all changes after prologue and first line ale ignored.

Fixed in PL #88