I have a properly tagged mp3 file in which some tags have proper unicode characters. When I perform an action group to spit my band member field into separate fields for each band member contained in the original band member tag, the unicode characters are not preserved and are replaced with unreadable garbage.
Replace "BAND": "\\" -> "\\"
Split fields by separator "BAND": "\\"
How may I avoid this behavior? Note that I do not see this behavior with flac files. Also some special characters are preserved - like é but not ā.