Table of Contents

What?

Kindle Voyage, released October 2014.

Nowadays, you might want to consider a Kobo. It is on pair with e-ink technology, reads epub directly and much more hackable, see here for custom firmware: preining.info mobileread.com also Japanese dictionary exists

Content

reading Japanese content on the Voyage

Reading own Japanese content in traditional vertical style (縦書き), is possible. Calibre can not generate vertical writing documents, but files generated with other tools can be managed/uploaded to the Voyage. With PDF files it is possible to read Japanese vertically, but marking Kanji and looking them up in the dictionary does not work. The following procedure produces .mobi files, appropriate for reading and marking.

dictionaries

generating vertical writing .mobi files

As input, UTF8 textfiles can be used. Or the .zip files obtained from aozora/青空, a library with free Japanese content, kind of Japanese “project gutenberg”. The following method provides these benefits:

  1. get the Aozora pub software and extract it: https://www18.atwiki.jp/hmdev/pages/21.html (here AozoraEpub3-1.1.0b32.zip)
  2. get the kindlegen software and extract it in the same directory: https://www.amazon.com/gp/feature.html?docId=1000765211 (here using kindlegen_linux_2.6_i386_v2_9.tar.gz on Fedora19 64bit)
  3. start aozora: “java -jar AozoraEpub3.jar” (here OpenJDK is used, java-1.7.0-openjdk)
  4. select “.mobi” as output format
  5. now select the input file and get the .mobi file generated
    1. obtain a data file from Aozora, for example https://www.aozora.gr.jp/cards/000311/files/4167_ruby_14660.zip . For these, input type MS932 should be configured.
    2. or use a UTF8 textfile with your content as input

generate PDF with vertical japanese text, method 1

Getting UTF8 txt files displayed on the paperwhite and beeing able to use the japanese→japanese dictionary:

further software/hints

cat scifi.txt | kakasi -JH -i utf8 -f | \
  sed -e 's,\[,《,g' -e 's,\],》,g' >scifi_furigana.txt