mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
kman: set input encoding to utf-8
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1703faaf62
commit
a420bc71a0
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ QString KManMainWindow::manContent(const QString path) {
|
|||
|
||||
QProcess groff;
|
||||
groff.setWorkingDirectory(groffWorkingDir);
|
||||
groff.start("groff", QStringList() << "-mandoc" << "-c" << "-Thtml");
|
||||
groff.start("groff", QStringList() << "-mandoc" << "-Kutf-8" << "-c" << "-Thtml");
|
||||
groff.waitForStarted();
|
||||
groff.write(content);
|
||||
groff.closeWriteChannel();
|
||||
|
|
Loading…
Add table
Reference in a new issue