saramibreak / DiscImageCreator

This is the disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc) image creation tool
http://forum.redump.org/topic/10483/discimagecreator/
Apache License 2.0
538 stars 46 forks source link

™ in argument will error out #193

Closed Ragowit closed 1 year ago

Ragowit commented 1 year ago

Describe the bug If the path contains ™, DIC will just error out.

™ = SGCI

Screenshots

image image image

Disc title UEFA EURO 2008™

It's a PS3 disc.

Other info Just remove the ™ if encountered in the argument would solve the problem.

Feathered-Serpent commented 1 year ago

if you start DIC from the command line yourself, you could try to make a chcp 65001 before. That should make the command line window UTF 8 in codepage, eventually working better with whatever the icon is.

The other idea would be for DIC to remove such characters from the name.

saramibreak commented 1 year ago

DiscImageCreator_test.zip

Please remove \, /, :, *, ?, “, <, >, | of the filename

DIC does not remove them automatically.