aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.el
diff options
context:
space:
mode:
authorforcer <forcer>2006-08-17 01:56:00 +0000
committerforcer <mwolson@gnu.org>2006-08-17 01:56:00 +0000
commit293c5bc7c2208467f4297e3ff56707a031b56f38 (patch)
tree6d41f07d73a786fdebcaabecf1908b63587266d9 /emms-info-ogginfo.el
parent7905db151bd394f07819ee8f43f876ae3246e58c (diff)
The coding system of choice is utf-8, not legacy-1
darcs-hash:20060817015611-2189f-ab42d5ff0cd4b473ab6bcf755ec6daade2920569.gz
Diffstat (limited to 'emms-info-ogginfo.el')
-rw-r--r--emms-info-ogginfo.el2
1 files changed, 1 insertions, 1 deletions
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)