RustGnuplot icon indicating copy to clipboard operation
RustGnuplot copied to clipboard

Support non-UTF8 filenames

Open SiegeLord opened this issue 5 years ago • 1 comments

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 avatar Jan 26 '20 21:01 SiegeLord

https://github.com/SiegeLord/RustGnuplot/commit/68f89f19f94fd292ac2d6f152a1d1c714a161d5e fixed the second bit, but non-UTF8 is still broken.

SiegeLord avatar May 19 '20 00:05 SiegeLord