[web2py] Re: Encoding and 'invalid argument'

2014-08-05 Thread Dave S
On Monday, August 4, 2014 7:08:11 AM UTC-7, Rémy Reche wrote: > > I agree with you, but it is web2py (gluon) which process the arguments. > This error occurs before entering my function. > > > On Friday, August 1, 2014 9:27:47 PM UTC+2, Derek wrote: >> >> Well, before you process the arguments,

[web2py] Re: Encoding and 'invalid argument'

2014-08-05 Thread Rémy Reche
I agree with you, but it is web2py (gluon) which process the arguments. This error occurs before entering my function. On Friday, August 1, 2014 9:27:47 PM UTC+2, Derek wrote: > > Well, before you process the arguments, you would want to encode it as > utf-8. See here: > https://groups.google.c

[web2py] Re: Encoding and 'invalid argument'

2014-08-01 Thread Derek
Well, before you process the arguments, you would want to encode it as utf-8. See here: https://groups.google.com/forum/#!msg/web2py/B_EOmprbjO0/kMEHiiCrmYEJ URLs get converted into punycode if they are not ascii, so that wouldn't be an issue. On Thursday, July 31, 2014 2:33:56 AM UTC-7, Rémy