gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

CUETools, Correct filenames: Support UTF-8 #327

Closed c72578 closed 3 months ago

c72578 commented 3 months ago

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.

c72578 commented 3 months ago

Here is a build for testing: CUETools_2.2.5_2024-05-30_git_127c3ac_CUETools-Correct_filenames_Support_UTF-8.zip SHA256: 6cd24cce47342ad81ca669b7cfb056446d50ede93b784ea402f539007356199c

With this build, cuesheets in UTF-8 format (without BOM) can be used in the CUETools "Correct filenames" action. Special characters are not mangled anymore.