szabyg / VIE.autocomplete

Autocomplete widget for VIE entities
http://szabyg.github.com/VIE.autocomplete/
8 stars 2 forks source link

Autcomplete text containing German Umlauts #1

Closed fago closed 11 years ago

fago commented 11 years ago

The autocomplete seems to fail when text is searched usign a German "umlaut". E.g. when I searched for München nothing was found, but when I search for Munich "München" was found.

I tested this with vie2.0.0, maybe it's more a vie problem?

szabyg commented 11 years ago

Correct, it's an encoding issue in VIE. I fixed it there: https://github.com/szabyg/VIE/commit/314a3a6ee078370db2fb3be55fcba4e5319563a4#L0L211 Removing the escape call will fix the problem already.