Hey, thank You for looking at it.

After looking in the headers with curl, I saw that for the non working 
display environment:
   Content-Type: image/svg+xml; charset=iso-8859-15
is in, while on the working environment
   Content-Type: image/svg+xml; charset=utf-8
comes back.
Then I searched all apache .confs - nowhere is set anything like  
AddDefaultCharset iso-8859-15 or AddCharset iso-8859-15 
and even adding 
   AddCharset utf-8 .svg
in the approbiate apache-trac.conf didn't have any effect.
Now I figured out, that there's a trac.ini setting:
   [trac]
   default_charset =  iso-8859-15 
which has to go to
   [trac]
   default_charset = utf-8

With this all works well.

So, I appreciate all help I received, even though this time it was totally 
leading me in the wrong direction. ;-)

Jun Omae schrieb am Donnerstag, 24. März 2022 um 14:20:48 UTC+1:

> On Thu, Mar 24, 2022 at 10:08 PM Gauner <gau...@gmail.com> wrote:
> >
> > With apache2 on a debian system.
> >
>
> I consider the issue is caused by wrong server configurations and/or
> wrong svg file.
>
> - I don't have knowledge about Trac package with Apache in Debian system.
> - Please provide Trac and Apache configurations.
> - Are you using tracd with Apache, or mod_wsgi on Apache? Please
> provide the detail of your apache.
> - Please provide response headers for raw-attachment URL of the svg file
> - Please share the svg file
>
> -- 
> Jun Omae <jun...@gmail.com> (大前 潤)
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/a54cc42f-16e6-4427-8fe2-b5b11f70eb74n%40googlegroups.com.

Reply via email to