dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
218 stars 27 forks source link

Use QString::toLocal8Bit for translated user-visible strings #109

Closed dannyedel closed 8 years ago

dannyedel commented 8 years ago

This fixes #108

Anything that needs a plain char* now gets fed by using Qt's toLocal8Bit function. This outputs strings in the correct formatting on my UTF-8 Linux system, I hope it doesn't break windows.