durusmail: quixote-users: Htmltext and latin-1 characters
Htmltext and latin-1 characters
2006-05-10
Mike Orr
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-10
Ian Bicking
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-11
David Binger
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-10
Mike Orr
2006-05-11
David Binger
2006-05-11
Mike Orr
2006-05-11
David Binger
2006-05-11
David Binger
2006-05-11
David Binger
2006-05-13
Akihiro KAYAMA
2006-05-13
Mike Orr
2006-05-15
Akihiro KAYAMA
Re: Htmltext and latin-1 characters
2006-06-04
ak (2 parts)
2006-06-06
Akihiro KAYAMA
2006-06-07
Mike Orr
2006-06-08
Mike Orr
Re: Htmltext and latin-1 characters
2006-06-05
Akihiro KAYAMA
2006-06-05
Mike Orr
2006-06-05
Mike Orr
Htmltext and latin-1 characters
David Binger
On May 10, 2006, at 5:15 PM, Mike Orr wrote:

> Another problem is, all my controller methods instantiate a template
> and "return str(t)" it.  I'll have to change that to "return
> unicode(t)" or "return t.respond()" or something; I'm not sure
> what. Plus who knows how many htmltext objects are used as placeholder
> values; e.g., Quixote forms.  So it looks like I'll have to make
> changes all over my program.

FYI,
In QPY, the str of the h8 instance is always the utf8 encoding,
so calling str on them will not fail.





reply