(PFS): added option to select filenames encoding (#162)

This commit is contained in:
morkt
2018-03-11 21:12:58 +04:00
parent eafe023de9
commit 8016560d04
11 changed files with 52 additions and 3 deletions

View File

@@ -660,6 +660,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Default file names encoding.
/// </summary>
public static string PFSEncodingCP {
get {
return ResourceManager.GetString("PFSEncodingCP", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use default encryption scheme.
/// </summary>