diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-03-17 19:56:55 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-03-17 19:56:55 +0000 |
commit | 3d69f99135d04d9594a2965c1f8713b7e040d7b7 (patch) | |
tree | 3ab5fda36c0e019a353b8a2d80d4f477d332b39b | |
parent | Build most things by default (diff) | |
download | gentoobrowse-3d69f99135d04d9594a2965c1f8713b7e040d7b7.tar.bz2 gentoobrowse-3d69f99135d04d9594a2965c1f8713b7e040d7b7.tar.xz gentoobrowse-3d69f99135d04d9594a2965c1f8713b7e040d7b7.zip |
Override encoding on bug list htmlsgentoobrowse-1.1.2
-rw-r--r-- | gentoobrowse/console/bugimport.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/console/bugimport.xml b/gentoobrowse/console/bugimport.xml index 412be83..b6b0747 100644 --- a/gentoobrowse/console/bugimport.xml +++ b/gentoobrowse/console/bugimport.xml @@ -7,7 +7,7 @@ <url /> </columns> </project2:streamrows> - <project2:xpathrows name="buglist" html="true" warnings="false" timeout="60000"> + <project2:xpathrows name="buglist" html="true" warnings="false" timeout="60000" encoding="utf-8"> <proxy value="cache.random.lan:8080" /> <url source="parent" name="url" depth="1" /> <filterviews> @@ -23,7 +23,7 @@ </project2:xpathrows> <project2:iterate name="eachurl" source="bugurls"> - <project2:xmldocumentprefetch name="eachbug" html="true" warnings="false" timeout="60000"> + <project2:xmldocumentprefetch name="eachbug" html="true" warnings="false" timeout="60000" encoding="utf-8"> <proxy value="cache.random.lan:8080" /> <url source="parent" name="url" depth="1" /> </project2:xmldocumentprefetch> |