Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file2brl -r output is empty #29

Open
egli opened this issue Mar 14, 2017 · 0 comments
Open

file2brl -r output is empty #29

egli opened this issue Mar 14, 2017 · 0 comments

Comments

@egli
Copy link
Member

egli commented Mar 14, 2017

The -r option is not working.

Testcase:

First generate the braille:

file2brl -f preferences.cfg a.txt a.brf

This step works as expected when you using the "formatFor textDevice" output format The a.brf file contains the braille content.

Now try to reformat the brf document:

file2brl -r -f preferences.cfg a.brf b.brf

A b.brf file is created, but the size of this file is 0 byte.

The following temp files are created:

  • file2brl.temp: I think this document contains a braille document, with I think equals the original document, but I am not fully sure.
  • file2brl2.temp: this file is an empty file.
  • lbx_body.temp: this is the back translated html document from a.brf file.

I attaching a zip file containing the preferences.cfg file, the original testing document and the created .brf braille document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant