summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 19:50:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 19:50:36 +0000
commitb000a6a519ee8e6dffeb7a7f5a8ec88f708512db (patch)
treef167ef746df7cdfb69aaffc5f616320a36d94cb5 /stream/stream_cddb.c
parent344a7d55748fcfb02266ca965188691cc134d659 (diff)
downloadmpv-b000a6a519ee8e6dffeb7a7f5a8ec88f708512db.tar.bz2
mpv-b000a6a519ee8e6dffeb7a7f5a8ec88f708512db.tar.xz
ISO8859-1 --> UTF-8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index 1679651bb0..b74ae48873 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -595,7 +595,7 @@ cddb_create_hello(cddb_data_t *cddb_data) {
char *user_name;
if( cddb_data->anonymous ) { // Default is anonymous
- /* Note from Eduardo Pérez Ureta <eperez@it.uc3m.es> :
+ /* Note from Eduardo PĂ©rez Ureta <eperez@it.uc3m.es> :
* We don't send current user/host name in hello to prevent spam.
* Software that sends this is considered spyware
* that most people don't like.