durusmail: quixote-users: Htmltext and latin-1 characters
Htmltext and latin-1 characters
2006-05-10
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-10
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-11
Re: [Cheetahtemplate-discuss] Htmltext and latin-1 characters
2006-05-10
2006-05-11
2006-05-11
2006-05-11
2006-05-11
2006-05-11
2006-05-13
2006-05-13
2006-05-15
Re: Htmltext and latin-1 characters
2006-06-04
2006-06-06
2006-06-07
2006-06-08
Re: Htmltext and latin-1 characters
2006-06-05
2006-06-05
2006-06-05
Htmltext and latin-1 characters
David Binger
2006-05-11
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