caseif / vis.js

Monstercat visualizer in Javascript and three.js.
GNU Lesser General Public License v2.1
83 stars 37 forks source link

Special characters in keys prevent loading #14

Closed TheBlackParrot closed 8 years ago

TheBlackParrot commented 8 years ago

I'm unsure if incept.gq is the same as what's listed on the readme, but http://incept.gq/?song=jackÜwherearedarrenst455b is broken.
Maybe throw an error if anything the key is using for characters isn't alpha-numeric?

caseif commented 8 years ago

I'll investigate when I get home later today.

itsIncept commented 8 years ago

This is kinda a problem with my site because my PHP doesn't remove those kind of characters. Caseif does his manually so it's not an issue for his site.

itsIncept commented 8 years ago

This should be fixed now, you can enter something like "Jack Ü" into the title box and it will convert it when outputting a key.