Ticket #1484662 (closed Bugs: worksforme)

Opened 14 months ago

Last modified 14 months ago

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

Changed 14 months ago by thomasb

  • status changed from new to closed
  • resolution set to worksforme

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.

Note: See TracTickets for help on using tickets.