1 | initial version |
No, you cannot use non-ascii filenames with imread.
Is there a way to convert an UTF-16 string to UTF-8 and put it in a char array?
this sounds quite promising. since it is a windows-only problem, you could use WideCharToMultiByte
2 | No.2 Revision |
No, you cannot use non-ascii filenames with imread. imwrite (or imread).
Is there a way to convert an UTF-16 string to UTF-8 and put it in a char array?
this sounds quite promising. since it is a windows-only problem, you could use WideCharToMultiByte