> > Hi, > > I'd say that the URI is UTF16 encoded, so you have h\0t\0... as string > and so your debug message only prints the h. > > Ah, yes, you are probably correct - I'll do the UTF16 -> UTF8 conversion and see if that works any better.
Thanks - Nick
