From f64808af7bf6fb44249666050b77ea24972b3021 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 01:58:49 -0500 Subject: Fix incorrect characters. --- dvdread/dvd_reader.c | 4 ++-- dvdread/dvd_udf.c | 2 +- dvdread/ifo_read.c | 4 ++-- dvdread/ifo_read.h | 4 ++-- dvdread/ifo_types.h | 4 ++-- dvdread/nav_read.c | 2 +- dvdread/nav_read.h | 2 +- dvdread/nav_types.h | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) (limited to 'dvdread') 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 , - * H�kan Hjort , - * Bj�rn Englund + * Håkan Hjort , + * Björn Englund * * 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 . - * Bj�rn Englund . + * Björn Englund . * * 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 , - * H�kan Hjort + * Björn Englund , + * Håkan Hjort * * 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 , - * H�kan Hjort + * Copyright (C) 2000, 2001, 2002 Björn Englund , + * Håkan Hjort * * 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 , - * H�kan Hjort + * Copyright (C) 2000, 2001 Björn Englund , + * Håkan Hjort * * 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 + * Copyright (C) 2000, 2001, 2002, 2003 Håkan Hjort * * 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 . + * Copyright (C) 2000, 2001, 2002 Håkan Hjort . * * 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 + * Copyright (C) 2000, 2001, 2002 Håkan Hjort * * The data structures in this file should represent the layout of the * pci and dsi packets as they are stored in the stream. Information -- cgit v1.2.1