Ticket #2845 (closed task: duplicate)
post-commit hook & unicode
| Reported by: | ante.blaskovic@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | ticket system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I've setup post-commit hook on Windows (svn log message is read from file). Everything works fine except when I use Croatian characters. Trac ticket breakes with error: Unexpected error while processing ticket ID 3: 'utf8' codec can't decode bytes i n position 10-12: invalid data.
I made unicode log file which doesn't break the trac ticket. Characters in ticket are displayed OK but post commit hook can not parse the log message.
Can unicode be supported in parsing ticket or how can I setup Trac to use international characters (Croatian for example).


