Ticket #1484662 (closed Bugs: worksforme)
problem with attachements / national characters
| Reported by: | jpartheymueller | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | |
| Component: | Interface | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | localisation attachements |
| Cc: |
Description
it is not possible tu use national characters (german) and see attachements.
When you install the german language, attachements will not be opened correctly, but the localisation seems to be OK.
When you use this workarround, you can open attachements, but the special german characters will not be shown:
iconv -c -f utf8 -t ascii messages.inc >messages.new
mv messages.new messages.inc
iconv -c -f utf8 -t ascii labels.inc >labels.new
mv labels.new labels.inc
It seems to be a bug in localization.
Change History
Note: See
TracTickets for help on using
tickets.
