Merge branch 'sk/test-cmp-bin'
[gitweb.git] / t / lib-httpd / error.sh
index 23cec97cc315c935e308d0b8794c01a06a1630db..eafc9d2d90ff7646062edd9a376839e469334760 100755 (executable)
@@ -15,6 +15,10 @@ case "$PATH_INFO" in
        printf "text/plain; charset=utf-8"
        charset=utf-8
        ;;
+*utf16*)
+       printf "text/plain; charset=utf-16"
+       charset=utf-16
+       ;;
 esac
 printf "\n"