Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reorder group/stations that have unicode characters #47

Closed
ebruck opened this issue Jan 1, 2018 · 0 comments
Closed

Unable to reorder group/stations that have unicode characters #47

ebruck opened this issue Jan 1, 2018 · 0 comments

Comments

@ebruck
Copy link
Owner

ebruck commented Jan 1, 2018

A station like this cannot be reordered:

{
    "image" : "~/Dropbox/.radiotray-ng/icons/radio1.png",
    "name" : "Rádió 1",
    "url" : "http://stream2.radio1.hu/high.mp3"
}

It also appears that a station within a unicode group isn't movable even if its name is in plain text.

@ebruck ebruck changed the title Unable do reorder group/stations that have unicode characters Unable to reorder group/stations that have unicode characters Jan 1, 2018
mburns83 added a commit to mburns83/radiotray-ng that referenced this issue Jan 3, 2018
Group and station names containing Unicode characters were failing when
attempting drag-n-drop operations. Added logic to intentionally convert
the strings between wxString and std::string resolves the issue.

Fixes ebruck#47
ebruck pushed a commit that referenced this issue Jan 3, 2018
Group and station names containing Unicode characters were failing when
attempting drag-n-drop operations. Added logic to intentionally convert
the strings between wxString and std::string resolves the issue.

Fixes #47
@ebruck ebruck closed this as completed Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant