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
U have an XML file that uses "ISO-8859-1" encoding. When I try to use the tool says that wrong encodec for the obvious reason. How to configure so the split tool considers that the file its in a different encoding?
The text was updated successfully, but these errors were encountered:
Hello, the split module tries to get the source file encoding from the file itself and writes the output in the same encoding.
You need to place an XML declaration at the beginning of the file: <?xml version="1.0" encoding="ISO-8859-1"?>
U have an XML file that uses "ISO-8859-1" encoding. When I try to use the tool says that wrong encodec for the obvious reason. How to configure so the split tool considers that the file its in a different encoding?
The text was updated successfully, but these errors were encountered: