Ticket #7085 (new defect)
coding problem in filename
| Reported by: | ngong@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | not applicable |
| Component: | plugin/mercurial | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In case a filename uses some i18n character, the source can not be browsed through.
What I did:
introduced a new trac-mercurial project with coding is0-8859-15, pushed a lot of files into the VCS
What I expected:
To be able to use Browse Source in order to browse through the sources. If there were coding problems with file names I'd like to get notified, however, at least all files without such problems should be displayed - the one with problems anyhow.
What I got:
Some Python stack trace (appended) telling me about a coding problem. No file was shown.
Workaround:
Stick to ASCII coding of filenames.


