Recently migrated from an ErsatzTV install on Windows v0.8.2-beta-win-x64 to a Docker container running inside Unraid 0.8.2-beta-docker-nvidia, everything appears to be working fine except that all the Japanese music videos I had set up no longer have proper credits. Comparison of how credits displayed in Windows versus Docker is attached (the blue image with Japanese text is Windows). ErsatzTV does recognize the Japanese text properly when viewing the library containing all the music videos, and Japanese text does display properly if I switch fonts (experimenting with Noto Sans KR seems to work).
I think the issue is that the font I'm using here, Outfit, doesn't have CJK characters in it; in Windows there is apparently some kind of fallback that allows Japanese characters to display anyways, but in the Docker container I guess there isn't. Since there's no single font that contains all Unicode glyphs due to size limitations (https://fonts.google.com/noto/use#faq) trying to use only one font may eventually run into issues, ex. Noto Sans KR doesn't support some Latin diacritics or Cyrillic. I'm not sure if there's a way to specify one or more fallback fonts for this purpose, or what font is being used in Windows (and whether it can also be used inside the Docker environment).