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
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
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
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
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
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___