Add new comment

Windows: use LibRaw::open

Windows: use LibRaw::open_file(wchar_t *)
macOS: LibRaw::open_file(char*) accepts UTF-8 filenames.

Other operating system: do not know :), you probably may need to implement own LibRaw datastream.

-- Alex Tutubalin @LibRaw LLC