Roland0 wrote: > While the script generally seems to work, one issue remains (as > discussed in PM). > There are two encoding passes > - the first doesn't encode characters it should (according to the > 'specs' (https://tools.ietf.org/html/rfc3986#section-2.2)) > - the second (which is pointless to begin with) also doesn't encode > characters it should (but different ones) > > currently, the script has this: > > Code: -------------------- > > > safe_chars_firstenc = ':/[]@!$&()*+,=' > safe_chars_secondenc = '()!' > -------------------- > > > > > Roland0 wrote: > > > > Since this is getting tedious, I'll leave it to you to find out if there > > are any changes necessary to get exactly the output TrackStat expects > > (simply add/remove characters from these two variables)> > > > Yep agree, very tedious. I'll see what I manage. Thank you so much for > all your help and time you spent. Fantastic! :-) > > Hope you eventually can find some time and answer one thing; you say > "-currently, the script has this-", > I hope/suppose that wasn't the setting used for the last xml you > uploaded to me? Wondering since I notice that the ( ) characters > appears on both "safe_chars". But as we discussed they actullay were > encoded in that last file (to; %2528 & %2529), but they shouldn't have > been from the line in example above (if I understood you right?).
------------------------------------------------------------------------ doggod's Profile: http://forums.slimdevices.com/member.php?userid=46431 View this thread: http://forums.slimdevices.com/showthread.php?t=112495 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
