svenax / SublimePrint

Simple print function for Sublime Text. Handles printing current file, selection, or clipboard.
58 stars 11 forks source link

printing Õ instead of single quotes #13

Closed geoffreydhuyvetters closed 9 years ago

geoffreydhuyvetters commented 10 years ago

any idea why I get Õ instead of single quotes when I print a file?

svenax commented 9 years ago

Encoding problem probably. If most/all of your files are in a particular encoding, you can add that to the configuration file as "options": {"encoding": "encoding-name"}. See the enscript man page for more information