izuzak / atom-pdf-view

Support for viewing PDF files in Atom.
https://atom.io/packages/pdf-view
MIT License
106 stars 30 forks source link

Inverse search with utf-8 filenames. #132

Open rphes opened 8 years ago

rphes commented 8 years ago

When using inverse search on a pdf file that has a source tex file with a UTF-8 character (like ü) in its path, synctex will return a path containing the replacement character �, causing Atom to open the incorrect (non-existent) file.

izuzak commented 8 years ago

Thanks for opening an issue :bow:. I probably won't have time to investigate and fix this in the near future, but if anyone else would like to contribute -- I'd be happy to review a pull request.