From 3a40e73d43f4be3524f47975991dede79a93f4a3 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 16 Jan 2017 15:16:05 +0100 Subject: [PATCH] Abnormal: set encoding --- src/Jackett/Indexers/Abnormal.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett/Indexers/Abnormal.cs b/src/Jackett/Indexers/Abnormal.cs index 931ab5e21..5fc2ce13f 100644 --- a/src/Jackett/Indexers/Abnormal.cs +++ b/src/Jackett/Indexers/Abnormal.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Reflection; +using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; @@ -56,6 +57,7 @@ namespace Jackett.Indexers configData: new ConfigurationDataAbnormal()) { Language = "fr-fr"; + Encoding = Encoding.UTF8; // Clean capabilities TorznabCaps.Categories.Clear();