Re: [web2py] Puzzling registered trademark symbol appearance

2011-03-29 Thread Jonathan Lundell
On Mar 29, 2011, at 6:53 AM, Jim Karsten wrote: > > I have a variable named 'reg_no' that when used as a link paramater is > getting converted into a registered trademark symbol. Here is a simple > example that illustrates it. > > The controller: > >def page(): >link = A('my link', _

[web2py] Puzzling registered trademark symbol appearance

2011-03-29 Thread Jim Karsten
I have a variable named 'reg_no' that when used as a link paramater is getting converted into a registered trademark symbol. Here is a simple example that illustrates it. The controller: def page(): link = A('my link', _href=URL(r=request, vars=request.vars)) form = SQLFORM.fa