From 58597a317441496a61d66bb34d313560ef90246d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 05:08:29 +0000 Subject: Always serve text/turtle files in UTF-8 encoding. --- doc/htaccess.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/htaccess.in b/doc/htaccess.in index 43c3002..7a21951 100644 --- a/doc/htaccess.in +++ b/doc/htaccess.in @@ -1,8 +1,8 @@ # Turn off MultiViews Options -MultiViews -# Ensure *.ttl files are served as appropriate content type -AddType text/turtle .ttl +# Ensure *.ttl files are served as appropriate content type and encoding +AddType 'text/turtle; charset=UTF-8' .ttl # Rewrite engine setup RewriteEngine On -- cgit v1.2.1