I'm getting some unexpected results trying to read in a fixed width TXT file that contains unicode characters. When Alteryx reads in columns with unicode characters the field length is no longer "fixed" and seems to get shifted a couple spots.
Expectation:

Actual Result:

I've got the code page set to "Unicode UTF-8".
I've also tried hacking the XML to force the field to be "V_WString" rather than "V_String" (because this isn't an option in the Fixed Width dialog), but this still doesn't resolve.

Sample data and workflow attached. Any solutions would be very much appreciated!