Opened 6 years ago
Closed 6 years ago
#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 (1)
comment:1 Changed 6 years ago by thomasb
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Works for me. The localization files seem to be OK. No BOM, no additional characters. Please be more precise what does not work and check the error log. Also informations about your server environment could be useful.