clonezilla-util icon indicating copy to clipboard operation
clonezilla-util copied to clipboard

Unicode in directory and filename result in error and crash

Open http403 opened this issue 2 years ago • 2 comments

Version

Windows: Windows 10 22H2 clonezilla-util: 1.6.0

Problem

When use mount, unicode charters unable to display correctly, both in files and directories.

Step to repoduce

  1. Create a device
  2. Add files and directories with unicode naming (e.g. Japanese)
  3. Image with Clonezilla
  4. Mount it on windows using mount
  5. Browse with Explorer

Expected result

A correctly named directories

Actual result

File and directories name where unicode characters are replaced with _. Entering diectories will result in explorer.exe crashing and clonezilla-util in an infinite loop of error.

Workaround

Use mount-as-image-files instead of mount.

http403 avatar Jul 15 '23 17:07 http403

Thanks @http403, The perfect way to report bugs - thank you!

Does the issue happen in the latest version? https://github.com/fiddyschmitt/clonezilla-util/releases

Thanks, Fidel

fiddyschmitt avatar Jul 16 '23 01:07 fiddyschmitt

@fiddyschmitt Yes. I can confirm the same behavior in 2.0.4.

http403 avatar Jul 16 '23 11:07 http403