Roundup Tracker - Issues

Issue 951062

classification
charset selection in web user interface
Type: Severity: normal
Components: User Interface Versions:
process
Status: closed accepted
:
: richard : a1s, richard
Priority: normal : patch

Created on 2004-05-10 05:57 by a1s, last changed 2004-05-11 14:49 by a1s.

Files
File name Uploaded Description Edit Remove
roundup_charset.patch a1s, 2004-05-10 05:57
Messages
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.
History
Date User Action Args
2004-05-10 05:57:16a1screate