This commit is contained in:
Luke Pulverenti
2017-06-20 15:38:42 -04:00
parent 018df6d4c6
commit 905f02e6d9
4 changed files with 21 additions and 17 deletions

View File

@@ -214,7 +214,10 @@ namespace Emby.Common.Implementations.TextEncoding
case "ota":
case "tur":
return "windows-1254";
// bulgarian
case "bul":
case "bgr":
return "windows-1251";
case "rus":
return "windows-1251";
case "vie":