Re: [Tutor] encoding text in html

2006-09-13 Thread Danny Yoo
On Wed, 13 Sep 2006, anil maran wrote: > > i was trying to display some text it is in utf-8 in postgres and when it > is displayed in firefox and ie, it gets displayed as some symols with > 4numbers in a box or so even for ' apostrophe please tell me how to > display this properly i try title

Re: [Tutor] encoding text in html

2006-09-13 Thread Kent Johnson
anil maran wrote: > > > i was trying to display some text > it is in utf-8 in postgres and when it is displayed in firefox and ie, > it gets displayed as some symols with 4numbers in a box or so > even for ' apostrophe > please tell me how to display this properly > i try > title.__str__ > > or

Re: [Tutor] encoding text in html

2006-09-13 Thread Kent Johnson
as it displays? Kent > > - Original Message > From: anil maran <[EMAIL PROTECTED]> > To: anil maran <[EMAIL PROTECTED]> > Sent: Wednesday, September 13, 2006 2:07:55 AM > Subject: Re: [Tutor] encoding text in html > > > > submits: We\xe2\x80\x99re prett

Re: [Tutor] encoding text in html

2006-09-13 Thread anil maran
e2\x80\x99re pretty surthis is how it is stored in postgresplease help me outthanks- Original Message From: anil maran <[EMAIL PROTECTED]>To: [email protected]: Wednesday, September 13, 2006 12:14:10 AMSubject: [Tutor] encoding text in html i was trying to display some text it is in utf

Re: [Tutor] encoding text in html

2006-09-13 Thread anil maran
submits: We\xe2\x80\x99re pretty surthis is how it is stored in postgresplease help me outthanks- Original Message From: anil maran <[EMAIL PROTECTED]>To: [email protected]: Wednesday, September 13, 2006 12:14:10 AMSubject: encoding text in html i was trying to display some text it is in

[Tutor] encoding text in html

2006-09-13 Thread anil maran
i was trying to display some text it is in utf-8 in postgres and when it is displayed in firefox and ie, it gets displayed as some symols with 4numbers in a box or so even for ' apostrophe please tell me how to display this properly i try title.__str__ or title.__repr__ both dont work___