Exception UnableToOpenBlob and french letters

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
spok
Posts: 36
Joined: 2011-10-31T07:32:23-07:00
Authentication code: 8675308

Exception UnableToOpenBlob and french letters

Post by spok »

When I try to read a file and the path of that file contains a folder which contains a french letter (for instance 'é' in its name) I get this exception :
No such file or directory @ error/blob.c/OpenBlob/2589

Magick++ seems to not support french letters in the path or file name.
Is there any solution (except changing the name of the folder or th file) ?
Post Reply