[web2py] Re: Apostrophe error in the database

2011-11-10 Thread Massimo Di Pierro
Technically the flashbuilder service is wrong because it does not understand unicode escaping. Anyway, I changed the behavior for XML. Check trunk. On Nov 10, 12:39 pm, eric tchonfene wrote: > The XML is being parsed by a Flashbuilder  app and  yes the apostrophe > showing up that way is causin

[web2py] Re: Apostrophe error in the database

2011-11-10 Thread Anthony
On Thursday, November 10, 2011 12:29:58 PM UTC-5, Massimo Di Pierro wrote: > > Yes but there is nothing wrong with that. Your page is in unicode and > that is the right way to represent the apostrophe un unicode. > > Does it show an postrophe when you look at it? > Massimo, he's generating XML t

Re: [web2py] Re: Apostrophe error in the database

2011-11-10 Thread Anthony
On Thursday, November 10, 2011 1:39:01 PM UTC-5, africanacloud wrote: > > The XML is being parsed by a Flashbuilder app and yes the apostrophe > showing up that way is causing a problem. > Is JSON an option? I don't think the JSON serializer does any escaping. Anthony

Re: [web2py] Re: Apostrophe error in the database

2011-11-10 Thread eric tchonfene
The XML is being parsed by a Flashbuilder app and yes the apostrophe showing up that way is causing a problem. On Thu, Nov 10, 2011 at 12:28 PM, Anthony wrote: > On Thursday, November 10, 2011 12:42:42 PM UTC-5, africanacloud wrote: >> >> When I look at the data in the database it shows up jus

Re: [web2py] Re: Apostrophe error in the database

2011-11-10 Thread Anthony
On Thursday, November 10, 2011 12:42:42 PM UTC-5, africanacloud wrote: > > When I look at the data in the database it shows up just fine (Lady's > room) the error only happens when I am trying to view data as xml I get > Lady'sRoom.As I said I am new to web2py so I need to do some reading > to

Re: [web2py] Re: Apostrophe error in the database

2011-11-10 Thread eric tchonfene
When I look at the data in the database it shows up just fine (Lady's room) the error only happens when I am trying to view data as xml I get Lady'sRoom.As I said I am new to web2py so I need to do some reading to understand the tool. On Thu, Nov 10, 2011 at 11:29 AM, Massimo Di Pierro < massimo.d

[web2py] Re: Apostrophe error in the database

2011-11-10 Thread Massimo Di Pierro
Yes but there is nothing wrong with that. Your page is in unicode and that is the right way to represent the apostrophe un unicode. Does it show an postrophe when you look at it? On Nov 10, 9:04 am, eric tchonfene wrote: > This the result I get when I call the function > this the xml that I get

Re: [web2py] Re: Apostrophe error in the database

2011-11-10 Thread eric tchonfene
This the result I get when I call the function this the xml that I get back my apostrophe is changed to ' Lady'sRoom On Thu, Nov 10, 2011 at 8:31 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > There are two warnings in this page: > http://www.pythonsecurity.org/wiki/web2py/?version=

[web2py] Re: Apostrophe error in the database

2011-11-10 Thread Massimo Di Pierro
There are two warnings in this page: http://www.pythonsecurity.org/wiki/web2py/?version=22001 They have bot been addressed one year ago. They have been addressed by quoting the string. This is the expected bahviour. What problems does it cause you? Massimo On Nov 9, 6:55 pm, africanacloud wrot