I'm not sure if this would fix it, but have you tried '\%' instead of just '%'? (escaping the percent sign).
On Jan 27, 6:02 pm, Mr Pants <[email protected]> wrote: > I might being dense here but in the scenario where I've got an string- > array of URL encoded string eg. urls with %20, how should I handle > these - have tried formatted="false" to no avail - not sure where this > attribute would live in the string-array or the item....neither seem > to have any effect > > eg. > <string-array name="teamurls"> > <item>http://www.mysttrings.com/string/string%20one</item> > > <item>http://www.mysttrings.com/string/string%20one%20two</item> > <item>http://www.mysttrings.com/string/string%20one > %20three</item> > > <item>http://www.mysttrings.com/string/string%20one%20four</item> > </string-array> > > I use these in a preference list which previously fine prior to > updating the toolset > > Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

