Name normalization.

This commit is contained in:
2017-10-12 22:47:37 +01:00
parent f5e340412b
commit 5832c3c487
6 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ namespace Claunia.Encoding
{
const string _bodyname = "spectrum";
const int _codepage = 0;
const string _encodingname = "ZX Spectrum";
const string _encodingname = "Sinclair ZX Spectrum character set";
const string _headername = "spectrum";
const string _webname = "";
const int _windowsCodepage = 0;