Mercurial > libdvdnav.hg
changeset 390:ef8c0e834a14 src
Convert all ISO8859-1 sequences to proper UTF-8.
author | diego |
---|---|
date | Sun, 14 Sep 2008 16:05:09 +0000 |
parents | d3c273ced49c |
children | d232a96ac231 |
files | dvd_types.h vm/decoder.c vm/decoder.h vm/vm.c vm/vm.h vm/vmcmd.c vm/vmcmd.h |
diffstat | 7 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/dvd_types.h Sun Sep 14 15:40:51 2008 +0000 +++ b/dvd_types.h Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Björn Englund, Håkan 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.
--- a/vm/decoder.c Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/decoder.c Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norbäck, Håkan 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
--- a/vm/decoder.h Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/decoder.h Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norbäck, Håkan 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.
--- a/vm/vm.c Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/vm.c Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Håkan Hjort + * Copyright (C) 2000, 2001 HÃ¥kan Hjort * Copyright (C) 2001 Rich Wareham <richwareham@users.sourceforge.net> * 2002-2004 the dvdnav project *
--- a/vm/vm.h Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/vm.h Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Håkan Hjort + * Copyright (C) 2000, 2001 HÃ¥kan Hjort * Copyright (C) 2001 Rich Wareham <richwareham@users.sourceforge.net> * * This file is part of libdvdnav, a DVD navigation library. It is modified
--- a/vm/vmcmd.c Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/vmcmd.c Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norbäck, Håkan 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
--- a/vm/vmcmd.h Sun Sep 14 15:40:51 2008 +0000 +++ b/vm/vmcmd.h Sun Sep 14 16:05:09 2008 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001 Martin Norbäck, Håkan 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.