1
Support and Feedback / Re: Weird file names display
« Last post by Mathias (Author) on Today at 07:41:23 »Unicode suport all kind of strange things like emoji and what ever.. MC has no control over it. I see any security risk. It not like it can execute any code.
MC just tell window to draw the unicode string. MC does not process., It is using Window built in support for drawing unicode strings.
You can't use zip for unicode filenames, zip is an legacy and old format. normally zip till convert filename to 7/8bit for current code page used, or to UTF-8 if enabled for zip. But that is only if the conversion from Windows Unicode to UTF8 will work and there are cases where it does not work so well. 7Zip support unicode much better.
Also it depends on what font is used and if it support all the characters included.. Unicode has over 297 000 characters.. and i don't think there is a font that support all of that
MC just tell window to draw the unicode string. MC does not process., It is using Window built in support for drawing unicode strings.
You can't use zip for unicode filenames, zip is an legacy and old format. normally zip till convert filename to 7/8bit for current code page used, or to UTF-8 if enabled for zip. But that is only if the conversion from Windows Unicode to UTF8 will work and there are cases where it does not work so well. 7Zip support unicode much better.
Also it depends on what font is used and if it support all the characters included.. Unicode has over 297 000 characters.. and i don't think there is a font that support all of that
Recent Posts