I'm having trouble displaying Chinese characters on the KSM power off screen. They show up fine when I open the file in a browser, but on my Kobo H2O they are just boxes. Any ideas what the issue here could be?
Here's an example of what my poweroff_info.html file looks like:
Quote:
<html>
<head>
<title>poweroffscreen</title>
<meta charset="UTF-8">
</head>
<body>
睡覺運動高興還好
</body>
</html>
|
I could always just make an image file and display that, of course, but it would be kind of a pain in the ass.