Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open files with umlaut in path or filename #51

Closed
uelikuratli opened this issue Jul 17, 2018 · 3 comments
Closed

Cannot open files with umlaut in path or filename #51

uelikuratli opened this issue Jul 17, 2018 · 3 comments

Comments

@uelikuratli
Copy link

I'm not able to open any file with a umlaut (äöü) in the path or filename. i don't know if it is a ghostscript.net or a ghostscript bug.

I open a file like:
rasterizer.Open(inputFile); //opens the PDF file for rasterizing

There is already a conversion to utf8, and the string looks ok.
filePath = StringHelper.ToUtf8String(filePath);

// GSAPI: run the string
int rc_run = _gs.gsapi_run_string(_gs_instance, str, 0, out exit_code);

This line brings the error.

@Luzifer-san
Copy link

Did you find a solution for this?

@uelikuratli
Copy link
Author

uelikuratli commented Aug 19, 2019 via email

@jhabjan
Copy link
Contributor

jhabjan commented Feb 4, 2021

Fixed in today's v.1.2.2. release.

@jhabjan jhabjan closed this as completed Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants