Menu

Commit [r7360]  Maximize  Restore  History

So far, only the interactive mode of trac-admin correctly handled non-ascii input.

When parameteres are given to `trac-admin` on the command line, it is not correct to use `sys.stdin.encoding`, as `sys.argv` strings are encoded using the locale encoding (`local.getpreferredencoding()`).

Related to #6677.

cboos 2008-07-21

changed /branches/0.11-stable/trac/admin/console.py
/branches/0.11-stable/trac/admin/console.py Diff Switch to side-by-side view
Loading...