[PATCH tools] patches: Include "AddDefaultCharset UTF-8" in the config example

Alex Henrie alexhenrie24 at gmail.com
Sat Jan 6 22:07:27 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
Jeremy Newman just fixed this on source.winehq.org, see
https://bugs.winehq.org/show_bug.cgi?id=28229

 patches/doc/vhost_source.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf
index 60a5bb5..03c25c6 100644
--- a/patches/doc/vhost_source.conf
+++ b/patches/doc/vhost_source.conf
@@ -1,5 +1,6 @@
 <VirtualHost *:80>
   DocumentRoot /home/winehq/opt/source
+  AddDefaultCharset UTF-8
 
   ServerName source.example.com
   ServerAdmin winehq at example.com
-- 
2.15.1




More information about the wine-devel mailing list