From d73631d1ca62edf2c24e5d6621d284887e93fd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Zettlmei=C3=9Fl?= Date: Tue, 22 Jun 2021 15:54:09 +0200 Subject: Fix encoding of contributor name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name of HÃ¥vard KvÃ¥len was wrongly encoded. --- src/plugin_common/charset.c | 2 +- src/plugin_common/charset.h | 2 +- src/plugin_xmms/charset.c | 2 +- src/plugin_xmms/charset.h | 2 +- src/plugin_xmms/locale_hack.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugin_common/charset.c b/src/plugin_common/charset.c index 85e574bc..dc0e2d2b 100644 --- a/src/plugin_common/charset.c +++ b/src/plugin_common/charset.c @@ -4,7 +4,7 @@ * * Only slightly modified charset.c from: * EasyTAG - Tag editor for MP3 and OGG files - * Copyright (C) 1999-2001 Håvard Kvålen + * Copyright (C) 1999-2001 HÃ¥vard KvÃ¥len * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/plugin_common/charset.h b/src/plugin_common/charset.h index d4a62cec..a46ba00a 100644 --- a/src/plugin_common/charset.h +++ b/src/plugin_common/charset.h @@ -5,7 +5,7 @@ * Only slightly modified charset.h from: * charset.h - 2001/12/04 * EasyTAG - Tag editor for MP3 and OGG files - * Copyright (C) 1999-2001 H蛆ard Kvè™±en + * Copyright (C) 1999-2001 HÃ¥vard KvÃ¥len * * 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/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index 6d868488..aec00230 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -3,7 +3,7 @@ * * Almost from charset.c * EasyTAG - Tag editor for MP3 and OGG files - * Copyright (C) 1999-2001 Håvard Kvålen + * Copyright (C) 1999-2001 HÃ¥vard KvÃ¥len * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/plugin_xmms/charset.h b/src/plugin_xmms/charset.h index bb33532d..ea4f8cc6 100644 --- a/src/plugin_xmms/charset.h +++ b/src/plugin_xmms/charset.h @@ -3,7 +3,7 @@ * * Almost from charset.h - 2001/12/04 * EasyTAG - Tag editor for MP3 and OGG files - * Copyright (C) 1999-2001 H蛆ard Kvè™±en + * Copyright (C) 1999-2001 HÃ¥vard KvÃ¥len * * 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/src/plugin_xmms/locale_hack.h b/src/plugin_xmms/locale_hack.h index 5737319b..31d2557c 100644 --- a/src/plugin_xmms/locale_hack.h +++ b/src/plugin_xmms/locale_hack.h @@ -5,7 +5,7 @@ * Based on: * locale.h - 2000/05/05 13:10 Jerome Couderc * EasyTAG - Tag editor for MP3 and OGG files - * Copyright (C) 1999-2001 H蛆ard Kvè™±en + * Copyright (C) 1999-2001 HÃ¥vard KvÃ¥len * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.1