View Single Post
Old 07-13-2021, 01:32 PM   #6
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by arakish View Post
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".
Tex2002ans is offline   Reply With Quote