Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change saved song file encoding to UTF-8 without BOM
Previously the encoding was System.Text.Encoding.UTF8, which produces a BOM at the beginning of the saved file. Now it is a new System.Text.UTF8Encoding, which does not produce a BOM.
- Loading branch information