decoding of Panasonic channel names with auto-detection of code page and support for mixed-in UTF-8 sequences

This commit is contained in:
hbeham
2013-11-20 02:42:47 +01:00
parent 960eda02b2
commit 78d29940ac
5 changed files with 138 additions and 41 deletions

View File

@@ -52,6 +52,8 @@ namespace ChanSort.Api
this.FavIndex = new List<int>(MAX_FAV_LISTS);
for (int i = 0; i < MAX_FAV_LISTS; i++)
this.FavIndex.Add(-1);
this.Name = "";
this.ShortName = "";
}
/// <summary>