diff options
author | forcer <forcer> | 2006-08-17 01:56:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-08-17 01:56:00 +0000 |
commit | 293c5bc7c2208467f4297e3ff56707a031b56f38 (patch) | |
tree | 6d41f07d73a786fdebcaabecf1908b63587266d9 | |
parent | 7905db151bd394f07819ee8f43f876ae3246e58c (diff) |
The coding system of choice is utf-8, not legacy-1
darcs-hash:20060817015611-2189f-ab42d5ff0cd4b473ab6bcf755ec6daade2920569.gz
-rw-r--r-- | emms-info-mp3info.el | 2 | ||||
-rw-r--r-- | emms-info-ogginfo.el | 2 | ||||
-rw-r--r-- | 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) |