I'm trying to unlock (and later mount) a veracrypt container like this:
sudo cryptsetup --type tcrypt --veracrypt open /home/me/my_container.vc my_container
sudo mount /dev/mapper/my_container /media/my_container
But when I look at the files in the container, some of them have incorrect encoding due to non-English characters being used. In VeraCrypt, I used to set iocharset=utf8 in Preferences > Mount options to solve this problem. How do I do this in cryptsetup?
Mind you: we're talking about the encoding inside the container, not about the encoding for the keyboard input.