The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

brl2brl - Converts between braille character sets found in liblouis.

VERSION

Version 0.03

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