diff options
author | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
commit | f64808af7bf6fb44249666050b77ea24972b3021 (patch) | |
tree | 71545503f8a2ed4833ac0f3159a7e52f5c8b80e0 | |
parent | 30c1ea135c184217e7cdc70c8f9e60a9f9928dba (diff) | |
download | k9copy-f64808af7bf6fb44249666050b77ea24972b3021.tar.gz k9copy-f64808af7bf6fb44249666050b77ea24972b3021.zip |
Fix incorrect characters.
-rw-r--r-- | dvdread/dvd_reader.c | 4 | ||||
-rw-r--r-- | dvdread/dvd_udf.c | 2 | ||||
-rw-r--r-- | dvdread/ifo_read.c | 4 | ||||
-rw-r--r-- | dvdread/ifo_read.h | 4 | ||||
-rw-r--r-- | dvdread/ifo_types.h | 4 | ||||
-rw-r--r-- | dvdread/nav_read.c | 2 | ||||
-rw-r--r-- | dvdread/nav_read.h | 2 | ||||
-rw-r--r-- | dvdread/nav_types.h | 2 | ||||
-rw-r--r-- | libdvdnav/decoder.c | 2 | ||||
-rw-r--r-- | libdvdnav/decoder.h | 2 | ||||
-rw-r--r-- | libdvdnav/dvd_types.h | 2 | ||||
-rw-r--r-- | libdvdnav/vm.c | 2 | ||||
-rw-r--r-- | libdvdnav/vm.h | 2 | ||||
-rw-r--r-- | libdvdnav/vmcmd.c | 2 | ||||
-rw-r--r-- | libdvdnav/vmcmd.h | 2 | ||||
-rw-r--r-- | libk9copy/k9dvdtitleset.cpp | 2 |
16 files changed, 20 insertions, 20 deletions
diff --git a/dvdread/dvd_reader.c b/dvdread/dvd_reader.c index d1d9c97..e07b757 100644 --- a/dvdread/dvd_reader.c +++ b/dvdread/dvd_reader.c @@ -1,8 +1,8 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Copyright (C) 2001, 2002, 2003 Billy Biggs <[email protected]>, - * H�kan Hjort <[email protected]>, - * Bj�rn Englund <[email protected]> + * H�kan Hjort <[email protected]>, + * Bj�rn Englund <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/dvd_udf.c b/dvdread/dvd_udf.c index 9af6ad0..cfd4f10 100644 --- a/dvdread/dvd_udf.c +++ b/dvdread/dvd_udf.c @@ -5,7 +5,7 @@ * * Modifications by: * Billy Biggs <[email protected]>. - * Bj�rn Englund <[email protected]>. + * Bj�rn Englund <[email protected]>. * * dvdudf: parse and read the UDF volume information of a DVD Video * Copyright (C) 1999 Christian Wolff for convergence integrated media diff --git a/dvdread/ifo_read.c b/dvdread/ifo_read.c index e58b913..ff2d78c 100644 --- a/dvdread/ifo_read.c +++ b/dvdread/ifo_read.c @@ -1,8 +1,8 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Copyright (C) 2000, 2001, 2002, 2003 - * Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/ifo_read.h b/dvdread/ifo_read.h index b1acc76..fb01983 100644 --- a/dvdread/ifo_read.h +++ b/dvdread/ifo_read.h @@ -3,8 +3,8 @@ #define IFO_READ_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002 Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/ifo_types.h b/dvdread/ifo_types.h index ec4937d..0bf601c 100644 --- a/dvdread/ifo_types.h +++ b/dvdread/ifo_types.h @@ -3,8 +3,8 @@ #define IFO_TYPES_H_INCLUDED /* - * Copyright (C) 2000, 2001 Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001 Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_read.c b/dvdread/nav_read.c index 54d9a11..a96cd75 100644 --- a/dvdread/nav_read.c +++ b/dvdread/nav_read.c @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* - * Copyright (C) 2000, 2001, 2002, 2003 H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002, 2003 H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_read.h b/dvdread/nav_read.h index 3f24558..d6c1a18 100644 --- a/dvdread/nav_read.h +++ b/dvdread/nav_read.h @@ -3,7 +3,7 @@ #define NAV_READ_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]>. + * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]>. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_types.h b/dvdread/nav_types.h index 12e19f8..0678398 100644 --- a/dvdread/nav_types.h +++ b/dvdread/nav_types.h @@ -3,7 +3,7 @@ #define NAV_TYPES_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]> * * The data structures in this file should represent the layout of the * pci and dsi packets as they are stored in the stream. Information diff --git a/libdvdnav/decoder.c b/libdvdnav/decoder.c index 1c21f60..2e86825 100644 --- a/libdvdnav/decoder.c +++ b/libdvdnav/decoder.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norb�k, H�an Hjort + * Copyright (C) 2000, 2001 Martin Norb�ck, H�kan Hjort * 2002-2004 the dvdnav project * * This file is part of libdvdnav, a DVD navigation library. It is modified diff --git a/libdvdnav/decoder.h b/libdvdnav/decoder.h index d00ceaa..b37c9f8 100644 --- a/libdvdnav/decoder.h +++ b/libdvdnav/decoder.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norb�k, H�an Hjort + * Copyright (C) 2000, 2001 Martin Norb�ck, H�kan Hjort * * This file is part of libdvdnav, a DVD navigation library. It is modified * from a file originally part of the Ogle DVD player. diff --git a/libdvdnav/dvd_types.h b/libdvdnav/dvd_types.h index dc9aeb1..1a75f4b 100644 --- a/libdvdnav/dvd_types.h +++ b/libdvdnav/dvd_types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Bj�n Englund, H�an Hjort + * Copyright (C) 2000, 2001 Bj�rn Englund, H�kan Hjort * * This file is part of libdvdnav, a DVD navigation library. It is a modified * file originally part of the Ogle DVD player project. diff --git a/libdvdnav/vm.c b/libdvdnav/vm.c index dbebafa..67df2c7 100644 --- a/libdvdnav/vm.c +++ b/libdvdnav/vm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 H�an Hjort + * Copyright (C) 2000, 2001 H�kan Hjort * Copyright (C) 2001 Rich Wareham <[email protected]> * 2002-2004 the dvdnav project * diff --git a/libdvdnav/vm.h b/libdvdnav/vm.h index e853182..07baef3 100644 --- a/libdvdnav/vm.h +++ b/libdvdnav/vm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 H�an Hjort + * Copyright (C) 2000, 2001 H�kan Hjort * Copyright (C) 2001 Rich Wareham <[email protected]> * * This file is part of libdvdnav, a DVD navigation library. It is modified diff --git a/libdvdnav/vmcmd.c b/libdvdnav/vmcmd.c index 76f0a4b..eeb13a9 100644 --- a/libdvdnav/vmcmd.c +++ b/libdvdnav/vmcmd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norb�k, H�an Hjort + * Copyright (C) 2000, 2001 Martin Norb�ck, H�kan Hjort * 2002-2004 the dvdnav project * * This file is part of libdvdnav, a DVD navigation library. It is modified diff --git a/libdvdnav/vmcmd.h b/libdvdnav/vmcmd.h index 2e823f9..3f92bc4 100644 --- a/libdvdnav/vmcmd.h +++ b/libdvdnav/vmcmd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norb�k, H�an Hjort + * Copyright (C) 2000, 2001 Martin Norb�ck, H�kan Hjort * * This file is part of libdvdnav, a DVD navigation library. It is modified * from a file originally part of the Ogle DVD player. diff --git a/libk9copy/k9dvdtitleset.cpp b/libk9copy/k9dvdtitleset.cpp index eb295ac..aa0e50a 100644 --- a/libk9copy/k9dvdtitleset.cpp +++ b/libk9copy/k9dvdtitleset.cpp @@ -68,7 +68,7 @@ bool k9DVDTitleset::getselected() void k9DVDTitleset::setselected(bool _state) { - // selectionner / d�electionner tous les titres + // selectionner / selectionner tous les titres for (int i=0; i<count();i++) { k9DVDTitle *title=titles.at(i); |