knimepy icon indicating copy to clipboard operation
knimepy copied to clipboard

Add proper XML encoding handler

Open mhxion opened this issue 1 year ago • 2 comments

Fix #30

Add an inner function that retrieves XML encoding information from XML declaration line (if exists) and pass it to open() so it decodes the XML properly.

  • Code is properly commented with needed references
  • Code style and formatting has been kept as it is seen on the original codebase (e.g., no type checking has been added)

Local workflow execution tests: Screenshot 2023-05-20 at 3 36 35 PM

mhxion avatar May 20 '23 14:05 mhxion