Quote:
Originally Posted by arakish
Otherwise, I do not look forward to making a bunch of PNGs of the characters I wish to use. But will if I have to.
|
???
You can just use the actual characters and embed an Asian font if needed.
Just use proper HTML + mark your languages properly.
I even wrote a tutorial/thread about this a few months ago:
"Japanese characters not showing up on some devices"
In your case, since the entire book is going to be Japanese (or some other Asian language), you'll mark the
lang + xml:lang in your <html>.
So where every chapter's file has this:
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
you'll change to this:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
This says: "Hey, this HTML file is written in Japanese".