One possible solution ?

http://www.diveintopython.org/xml_processing/unicode.html

On Nov 6, 8:11 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Python 2.x does not allow special chars in function names. I think 3.x
> does.
>
> On Nov 6, 5:48 pm, Christopher Steel <chris.st...@gmail.com> wrote:
>
> > I am having some users do accessibility testing for an "alpha" site
> > and we seem to be having an issue withaccentsinURL's. In addition I
> > noticed thataccentsdo not work as the name foractions.
>
> > Functions is not such a big deal for me but it would be really nice to
> > be able to useaccentsinurl's.
>
> > The links are our alpha access testing app if anyone wants to try it.
> > The site is a slight modification of the GAE mini wiki video demo by
> > MP!
>
> >URL's
>
> >    http://myvishpala.appspot.com/init/default/index/Marie-José
>
> > You can try it with a working link with noaccents, such as:
>
> >    http://myvishpala.appspot.com/init/default/index/MyPage
>
> > and it should work just fine.
>
> > In the default.py controller something like
>
> > def josé():
> >     return dict(form=auth())
>
> > will not work either (does not "show up" in the controllers list of
> >actions)
>
> > Thank you,
>
> > Christopher Steel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to