Open Vinery opened 2 years ago
Quick look over this one, but it looks like there's a reference to similar issues in this commit: 42e09e8
Some systems use non-standard locales (e.g. en_US.utf8 instead of en_US.UTF-8) to specify Unicode support.
Admittedly I'm unsure how the project handles language support as a whole. I've noticed however that there are several instances of ISO-8859-1 defined as the default page encoding, which unfortunately doesn't support Chinese characters.
<!DOCTYPE html>
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
Example from internalhelp.jsp
Not to say a fix isn't impossible; can anyone shed some light?
Problem description
When the album folder name is in Chinese, there is no default cover image in the album, and the generated album cover will be garbled.
There may be a missing font or a problem with the encoding of the generated cover image.
Steps to reproduce
no
System information
Additional notes