durusmail: quixote-users: Re: 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
Re: Htmltext and latin-1 characters
Neil Schemenauer
2006-06-04
Akihiro KAYAMA  wrote:
> I'm also using Quixote-2 for my Japanese(UTF-8) application.  Here is
> a kludge I'm using to set default encoding without modifying global
> site module:
>
>    import sys
>    reload(sys)
>    sys.setdefaultencoding("utf-8")
>
> It can't be appropriate, but it works perfectly for getting rid of
> annoying 'ascii' codec error.

No, it's not appropriate.

  Neil

reply