The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

brl2brl - Converts between braille character sets found in liblouis.

VERSION

Version 0.05

DESCRIPTION

A script to convert between braille character sets. If you for instance have multiple braille printers with different characet set, you can use this script to convert the data you want to print accordingly. The respective display tables have to be present in liblouis.

SYNOPSIS

  $ brl2brl --from | -f <from_table_file> --to | -t <to_table_file> [--path | -p <path-to-liblouis-tables>] <file-to-convert>
  $ brl2brl -h | --help
  $ brl2brl -l

AUTHOR

Lars Bjørndal

LICENSE AND COPYRIGHT

This software is Copyright (c) 2023 by Lars Bjørndal.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

INSTALLATION

Using cpan:

  $ cpan App::Brl2Brl

Manual install:

  $ perl Makefile.pl
  $ make
  $ make install