added --charset option to force charset encoding of the retrieved data (e.g. when the backend collation is different than the current web page charset) as requested by devon.mitchell1988@y​ahoo.com

This commit is contained in:
Miroslav Stampar
2011-05-17 22:55:22 +00:00
parent dfe81cc66f
commit cc07e5dc97
5 changed files with 60 additions and 40 deletions

View File

@@ -150,14 +150,15 @@ optDict = {
"General": {
#"xmlFile": "string",
"trafficFile": "string",
"sessionFile": "string",
"flushSession": "boolean",
"freshQueries": "boolean",
"forms": "boolean",
"trafficFile": "string",
"batch": "boolean",
"charset": "string",
"eta": "boolean",
"updateAll": "boolean",
"batch": "boolean"
"flushSession": "boolean",
"forms": "boolean",
"freshQueries": "boolean",
"updateAll": "boolean"
},
"Miscellaneous": {