Skip to content

Commit ae8abc1

Browse files
authored
Merge pull request #258 from opendata-swiss/add_charset_ttl
Add AddCharset for ttl
2 parents e8dc316 + e276474 commit ae8abc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apache/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ RewriteRule ^vocabulary/publishers/(.*) /vocabulary/publishers/20210623.html#$1
3838

3939
# Serve Turtle files with correct MIME type and UTF-8 encoding
4040
AddType text/turtle .ttl
41+
AddCharset UTF-8 .ttl
42+
43+
# RDF/XML and HTML
4144
AddType application/rdf+xml .rdf
4245
AddType text/html .html
46+
47+
# Default fallback
4348
AddDefaultCharset UTF-8

0 commit comments

Comments
 (0)