redumper
redumper copied to clipboard
CD-TEXT encoding
There is no good way to know which encoding was used to create CD-TEXT. Sometimes unicode flag is set and it's Shift-JIS, other times it's UTF-16. Mostly JP problem but the aim is to support everything. Always applying UTF-16 doesn't work as exception is thrown for invalid character sequences.
Find a way to handle it.
This is an out-of-specification example related to this issue.
A single-byte character is used even though the double-byte character flag is set. logs