Started on 2005-03-14
Status: Done
since 2005-03-25
News by project:
- release 0.6.5 (Releases 25.03.05) — Main reason is that prn2pdf now uses sys.stdin.encoding (25.03.05).
- prn2pdf now uses sys.stdin.encoding (code changes 25.03.05) — prn2pdf.py assumed a hard-coded value "cp850" for encoding of the input file. Now it uses sys.stdin.encoding. So in a Windows cmd box the input file is supposed to use the same codepage as the command box itself.
- i18n.py on English-speaking locale (code changes 18.03.05) — On a machine with a language set to English, i18n thought that it has to look up a translation. Bug fixed.
- show GUI console window during startup (code changes 13.03.05) — When Raceman decided to re-import the DBF files in --loadfrom during startup, then nothing of this was visible. That's why the console window now opens automatically as frist frame before calling Application.init().