From 293c5bc7c2208467f4297e3ff56707a031b56f38 Mon Sep 17 00:00:00 2001 From: forcer Date: Thu, 17 Aug 2006 01:56:00 +0000 Subject: The coding system of choice is utf-8, not legacy-1 darcs-hash:20060817015611-2189f-ab42d5ff0cd4b473ab6bcf755ec6daade2920569.gz --- emms-info-mp3info.el | 2 +- emms-info-ogginfo.el | 2 +- emms-lyrics.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el index 2452a59..d723ade 100644 --- a/emms-info-mp3info.el +++ b/emms-info-mp3info.el @@ -48,7 +48,7 @@ external mp3info program" :group 'emms-info) -(defcustom emms-info-mp3info-coding-system 'latin-1 +(defcustom emms-info-mp3info-coding-system 'utf-8 "*Coding system used in the output of mp3info." :type 'coding-system :group 'emms-info-mp3info) diff --git a/emms-info-ogginfo.el b/emms-info-ogginfo.el index 34e45ca..9de34a9 100644 --- a/emms-info-ogginfo.el +++ b/emms-info-ogginfo.el @@ -33,7 +33,7 @@ program" :group 'emms-info) -(defcustom emms-info-ogginfo-coding-system 'latin-1 +(defcustom emms-info-ogginfo-coding-system 'utf-8 "*Coding system used in the output of ogginfo." :type 'coding-system :group 'emms-info-ogginfo) diff --git a/emms-lyrics.el b/emms-lyrics.el index 3886c72..cc990ef 100644 --- a/emms-lyrics.el +++ b/emms-lyrics.el @@ -95,7 +95,7 @@ for lyrics in current directory and this directory." :type 'string :group 'emms-lyrics) -(defcustom emms-lyrics-coding-system 'latin-1 +(defcustom emms-lyrics-coding-system 'utf-8 "Coding system used in the output of lyrics." :type 'coding-system :group 'emms-lyrics) -- cgit v1.2.3