From e8fb38587031c1d97383dbf4b9a12e1633af055e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 00:25:07 -0500 Subject: Fix incorrect characters. --- libk3b/projects/datacd/k3bdatadoc.cpp | 2 +- libk3b/tools/k3biso9660.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libk3b') diff --git a/libk3b/projects/datacd/k3bdatadoc.cpp b/libk3b/projects/datacd/k3bdatadoc.cpp index debc574..d25e342 100644 --- a/libk3b/projects/datacd/k3bdatadoc.cpp +++ b/libk3b/projects/datacd/k3bdatadoc.cpp @@ -1188,7 +1188,7 @@ bool K3bDataDoc::importSession( K3bDevice::Device* device ) // TODO: also import some other pd fields const K3bIso9660Directory* rootDir = iso.firstRRDirEntry(); - // J�rg Schilling says that it is impossible to import the joliet tree for multisession + // Jörg Schilling says that it is impossible to import the joliet tree for multisession // if( !rootDir ) // rootDir = iso.firstJolietDirEntry(); if( !rootDir ) diff --git a/libk3b/tools/k3biso9660.h b/libk3b/tools/k3biso9660.h index c25ef48..395c6ea 100644 --- a/libk3b/tools/k3biso9660.h +++ b/libk3b/tools/k3biso9660.h @@ -319,7 +319,7 @@ class LIBK3B_EXPORT K3bIso9660File : public K3bIso9660Entry /** * This class is based on the KIso class by - * Gy�gy Szombathelyi . + * György Szombathelyi . * A lot has been changed and bugfixed. * The API has been improved to be useful. * -- cgit v1.2.3