Add option to specify encoding #50
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coderkun/mcg#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: coderkun
The current code assums UTF-8 as encoding for the MPD responses. This might not be correct for all libraries. The application therefore needs an option to specify the encoding as connection parameter on the Server panel. When left blank, fall back to UTF-8.
assigned to @coderkun
The Request section of the protocol spec says that
I am not sure if this applies only to requests or also to responses. Additionally I am not sure if this is new since version 0.21 or has been the case for earlier versions, too.
changed milestone to %10
changed milestone to %11
changed milestone to %9
As I have no way to test any other encoding than UTF-8, I am going to assume that MPD servers use UTF-8 for all strings as the protocol documentation states.