Match what mpd expects with regards to caps for encoding

This commit is contained in:
Thomas Adamcik 2010-10-30 22:33:36 +02:00
parent b7ebedffdd
commit a078a7448e

View File

@ -13,7 +13,7 @@ implement our own MPD server which is compatible with the numerous existing
import re
#: The MPD protocol uses UTF-8 for encoding all data.
ENCODING = u'utf-8'
ENCODING = u'UTF-8'
#: The MPD protocol uses ``\n`` as line terminator.
LINE_TERMINATOR = u'\n'