Comment 2 for bug 265861

Revision history for this message
Tokio Kikuchi (tkikuchi) wrote :

If your users choose to input latin-1 charcters in fullname,
it will be better to set iso-8859-1as english charset.

in mm_cfg.py,

def _(s):
    return s
LC_DESCRIPTIONS['en'] = (_('English (USA)'), 'iso-8859-1')
del _