On Thu, Jun 24, 2010 at 12:22, Jose <jjac...@gmail.com> wrote:
> Hi,
>
> How can I change the encoding of the files edited with the editor's
> own web2py?

I think it is not a easy thing to do: you will need to modify the way
admin works with encoding. By default, web2py applications are UTF-8,
so you need to change the app admin to return and get latin1 to/from
the user (you need to change META tags on HTML and probably one HTTP
header). I don't know if internal web2py code is prepared to support
other encoding than utf-8.

-- 
Álvaro Justen - Turicas
 http://blog.justen.eng.br/
 21 9898-0141

Reply via email to