diff options
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index b5e0212..2f586bb 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -309,6 +309,7 @@ struct httrackp { String from; // from String path_log; // chemin pour cache et log String path_html; // chemin pour miroir + String path_html_utf8; // chemin pour miroir, UTF-8 String path_bin; // chemin pour templates int retry; // nombre d'essais supplémentaires en cas d'échec int makestat; // mettre à jour un fichier log de statistiques de transfert @@ -349,6 +350,7 @@ struct httrackp { String lang_iso; // en, fr .. String mimedefs; // ext1=mimetype1\next2=mimetype2.. String mod_blacklist; // (3.41) + int convert_utf8; // UTF-8 conversion ; 3.46 // int maxlink; // nombre max de liens int maxfilter; // nombre max de filtres |