android - Having trouble getting the correct search suggestions for Icelandic letters? -
using here android sdk, i'm having trouble getting search suggestions (textsuggestionrequest(string))
special characters, e.g. 'Þ'
in Þrastarhöfði
or 'Æ'
in Ægisgata
. can suggest way around problem, perhaps if convert strings in someway before searching?
the latest here android sdk has introduced textautosuggestionrequest api has improved language support. search request perform similar functionality textsuggestionrequest, returned items contain additional location information... instead of strings.
Comments
Post a Comment