Roundup Tracker - Issues

Message2079

Author a1s
Recipients
Date 2006-01-02.10:58:40
Message-id
In-reply-to
Logged In: YES 
user_id=8719

roundup does not need to record charset on all occasions. 
if you need that, you can do that with database detectors.

sending mail attachments without charset parameter in
content-type is not a bug.  8-bit characters with 7-bit
transfer encoding was a bug.  it is fixed now.

yes, i think that the best place to store charset is mime
type property.  but if you want to store character set name
separately in your tracker, you are free to do that.

there should be no places in roundup breaking if file type
contains parameters.  if there are such places, they must be
fixed.
History
Date User Action Args
2009-02-03 14:21:31adminlinkissue1381559 messages
2009-02-03 14:21:31admincreate