日本語と点字を扱う変換器です。Github Pagesに簡単なデモを作りました。
http://tadd.github.io/braille-ja/
次の行をあなたのプログラムのGemfileに追加してください。
gem 'braille-ja'
そして以下を実行します。
$ bundle
もしくは、自力でインストールします。
$ gem install braille-ja
まだまだ未熟なので、一部しか翻訳できないのをご注意ください。
'あいうえお'.kana_to_braille
# => "⠁⠃⠉⠋⠊"
- Fork it!
- 機能別ブランチを作る (
git checkout -b my-new-feature
) - 変更をコミットする (
git commit -am 'Add some feature'
) - リモートにpushする (
git push origin my-new-feature
) - Pull Request お願いします!