Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CUETools, Correct filenames: Support UTF-8
So far, the CUETools action "Correct filenames" supports reading of cuesheets in ANSI or UTF-8-BOM format. In case of UTF-8 files without BOM, issues with special characters can occur. - Add support for UTF-8 encoded cuesheets without BOM. - Use method `CUESheet.StreamReader_UTF_ANSI()`. Detect, if file is `UTF-8-BOM` or `UTF-8` without BOM. Otherwise fall back to default encoding, which is typically `ANSI`. - This is a follow-up to #140 (commit d6470d5) - Fixes #326
- Loading branch information