redumper icon indicating copy to clipboard operation
redumper copied to clipboard

CD-TEXT encoding

Open superg opened this issue 2 years ago • 1 comments

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.

superg avatar Apr 24 '23 01:04 superg

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

cdtext

fuzz6001 avatar Aug 27 '23 01:08 fuzz6001