Type: method
Refering articles:
- UnicodeEncodeError (Problem reports 13.08.06) — diag.py continues to produce UnicodeEncodeError on the DOS box of Mare's PC which has the codepage 1257. more
- Committed revisions 414-415 (code checkins 13.08.06) — I removed the rewriter() trick because it caused UnicodeEncodeError (13.08.06). sync.py now runs on Mare's machine.
- About encodings (code changes 20.02.06) — How to support non-ascii characters on a console? The TIM-Tools on my customers' Windows machines should talk German or French, thus they need either latin1 or cp850 or cp437 encoding. I'd like this to work also when accessing a remote Linux machine from a Window machine . more