Use proper charset on Wiley
This commit is contained in:
parent
5d14581ca5
commit
7efd8c4fb0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
"maxVersion":"",
|
"maxVersion":"",
|
||||||
"priority":100,
|
"priority":100,
|
||||||
"inRepository":true,
|
"inRepository":true,
|
||||||
"lastUpdated":"2009-05-05 15:45:00"
|
"lastUpdated":"2009-08-03 01:25:00"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detectWeb(doc, url){
|
function detectWeb(doc, url){
|
||||||
|
@ -116,7 +116,7 @@ function doWeb(doc, url){
|
||||||
translator.translate();
|
translator.translate();
|
||||||
|
|
||||||
next();
|
next();
|
||||||
});
|
}, null, 'iso-8859-1');
|
||||||
}
|
}
|
||||||
|
|
||||||
var callbacks = [setupCallback, processCallback];
|
var callbacks = [setupCallback, processCallback];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue