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

Fix beet web search with non-ascii characters #1470

Merged
merged 1 commit into from May 24, 2015

Conversation

oldtopman
Copy link
Contributor

Beet web's search is broken when searching for non-ascii characters. This is because the combination of beet.js' escape() and backbone.js' decodeURIComponent() is incapable of processing strange characters (in my case, japanese).

Also, escape() is heavily deprecated.

@sampsyo
Copy link
Member

sampsyo commented May 24, 2015

Thank you! This makes it clear I am definitely not a Web developer by trade.

@sampsyo sampsyo merged commit acd0a90 into beetbox:master May 24, 2015
sampsyo added a commit that referenced this pull request May 24, 2015
Fix beet web search with non-ascii characters
sampsyo added a commit that referenced this pull request May 24, 2015
LordSputnik pushed a commit to LordSputnik/beets that referenced this pull request Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants