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

Support non-UTF8 filenames #61

Open
SiegeLord opened this issue Jan 26, 2020 · 1 comment
Open

Support non-UTF8 filenames #61

SiegeLord opened this issue Jan 26, 2020 · 1 comment

Comments

@SiegeLord
Copy link
Owner

The API uses Paths, but we convert to UTF8 before sending to gnuplot.

  • Need to investigate what gnuplot actually supports (probably it just passes it to C directly, but you never know)
  • Also handle paths with " in them, which isn't working right now either
@SiegeLord
Copy link
Owner Author

68f89f1 fixed the second bit, but non-UTF8 is still broken.

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

1 participant