Changing Unicode Encoding

You can change the Unicode encoding of the Save Game Free by accessing the DefaultEncoding property of SaveGame class:

// Set encoding to ASCII
SaveGame.Encoding = Encoding.ASCII;

The default encoding is UTF8.