Issue 951062
Created on 2004-05-10 05:57 by a1s, last changed 2004-05-11 14:49 by a1s.
msg2711 |
Author: [hidden] (a1s) |
Date: 2004-05-10 05:57 |
|
the attached patch keeps user charset preference in the
browser cookie. http data is encoded according to that
preference.
charset may be toggled from page template like this:
<td class="page-header-left"
tal:define="uri
string:${request/base}${request/env/PATH_INFO}"
>
<a tal:attributes="href
python:request.indexargs_href(uri,
{'@charset':'utf-8'})">utf-8</a>
<a tal:attributes="href
python:request.indexargs_href(uri,
{'@charset':'koi8-r'})">koi8-r</a>
</td>
|
msg2712 |
Author: [hidden] (a1s) |
Date: 2004-05-11 14:49 |
|
Logged In: YES
user_id=8719
checked in.
|
|
Date |
User |
Action |
Args |
2004-05-10 05:57:16 | a1s | create | |
|