http://bugs.winehq.org/show_bug.cgi?id=60139 Barath Kannan <barathrk11@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barathrk11@gmail.com --- Comment #3 from Barath Kannan <barathrk11@gmail.com> --- Created attachment 81744 --> http://bugs.winehq.org/attachment.cgi?id=81744 type with UTF-8 With initial testing, the active code page(mapping from byte to character values) is set to 437(Old DOS encoding). This can be obtained via the chcp command without any arguments. Changing to the code page 65001 by using `chcp 65001` and then executing type on the UTF-8 encoded attachment works as expected. This behaviour is the same as shown in Windows 10. From wine's cmd: Microsoft Windows 10.0.19043 Z:\var\home\rkbarath\wine-devel>chcp Active code page: 437 Z:\var\home\rkbarath\wine-devel>type test_type\this A very simple file ^┬┤├ƒ┼é─æ\}╦Ç─æΓåÆ├ª├ƒ─º─æ[Γåô├ª┬¿ Z:\var\home\rkbarath\wine-devel>chcp 65001 Active code page: 65001 Z:\var\home\rkbarath\wine-devel>type test_type\this A very simple file ^´ßłđ\}ˀđ→æßħđ[↓æ¨ Z:\var\home\rkbarath\wine-devel> Check attachment for Win10 output -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.