http://bugs.winehq.org/show_bug.cgi?id=56381
--- Comment #2 from JoeS jsouza@geocities.com --- The problem here is that Wine assumes that TYPE will be displaying text and attempts to convert the read text to Unicode. This text conversion stops at the NUL character because that is the end of the text file. Native Win10 TYPE command does not seem to handle Unicode and displays Unicode text as single-byte characters which appear to be gibberish, at least in U.S. page codes. To fix this, Wine's TYPE command would probably need to be rewritten to read and display the text as single-byte characters.