RustGnuplot
RustGnuplot copied to clipboard
Support non-UTF8 filenames
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
https://github.com/SiegeLord/RustGnuplot/commit/68f89f19f94fd292ac2d6f152a1d1c714a161d5e fixed the second bit, but non-UTF8 is still broken.