Fennecで日本語表示の手順 by mobachiki

日本語が文字化けする件に関してはこちらを参考に対処しました。
まずVLゴシックをダウンロード、解凍してVL-PGothic-Regular.ttfを取り出して、T-01Awindowsフォルダにコピー。
次に
\Application Data\Mozilla\Fennec\Profiles\umibsgxb.default
にあるprefs.jsファイルに以下の記述を追記。

user_pref("font.language.group", "ja"); user_pref("font.name.sans-serif.ja", "VL PGothic"); user_pref("font.name.sans-serif.x-unicode", "VL PGothic"); user_pref("font.name.sans-serif.x-western", "VL PGothic"); user_pref("font.name.serif.ja", "VL PGothic"); user_pref("font.name.serif.x-unicode", "VL PGothic"); user_pref("font.name.serif.x-western", "VL PGothic"); user_pref("intl.accept_languages", "ja"); user_pref("intl.charset.default", "UTF-8"); user_pref("intl.charset.detector", "ja_parallel_state_machine");

あとはT-01Aを再起動すればとりあえず日本語は表示できました。