liblouisutdml icon indicating copy to clipboard operation
liblouisutdml copied to clipboard

An open-source library providing complete braille transcription services for xml, html and text documents

Results 33 liblouisutdml issues
Sort by recently updated
recently updated
newest added

The build can be based on [Dockerfile.mingw](https://github.com/liblouis/liblouisutdml/blob/master/Dockerfile.mingw). But instead of building libxml2 and liblouis on the fly, pre-built versions of libxml2 and liblouis can also be used. I use this...

When performing backtranslation with file2brl, if the configuration has backFormat set to text and the text resulting from the backtranslation contains unicode characters outside the ASCII range these will be...

Three nested fraction tests (`mathml_nemeth/mfrac_04.test`, `mathml_nemeth/mfrac_06.test`, `mathml_nemeth/mfrac_07.test`) fail: Image | ![image](https://user-images.githubusercontent.com/1545836/62982960-a7fac980-bde2-11e9-9831-fcaed5dea252.png) | ![image](https://user-images.githubusercontent.com/1545836/62982983-b3e68b80-bde2-11e9-8f30-60fade3a81ed.png) | ![image](https://user-images.githubusercontent.com/1545836/62983002-c19c1100-bde2-11e9-9f61-51d0213605ba.png) ------------ | ------------- | ------------ | ------------- Output | `?A/B^,??3/4#/?5/6#,#"#` | `?.P+?X/Y#/13]#` | `,??.P+?X/Y#/13#/Z#` Expected...

The nested fraction test (`mathml_nemeth/test_msqrt_03.test`) fails: Image | ![image](https://user-images.githubusercontent.com/1545836/62983971-2a38bd00-bde6-11e9-9652-388ef4424d98.png) ------------ | ------------- Output | `>A+>B+>C>D]]]]` Expected | `>A+.>B+..>C...>D...]..].]]` As with #62, it appears that the code is not dealing with...

Hi List, In 2017 Norbert and me founded an interesting situation when using file2brl with following parameters: file2brl -f hu.cfg -t test.html test.brf If anybody would like trying reproducing or...

A hungarian user reported me an interesting think for Liblouis UTDML and hyphenation for hu-hu-g2.ctb table related: Some time Liblouis UTDML file2brl command not hyphenate few text line if used...

Hello, When processing the attached file (yes, I had to re-zip it to make github happy) with unzip test.odt ; file2brl content.xml , I am getting "tete te tetete" instead...

Cut&paste from an email thread on the list. I'm processing a HTML document with file2brl. In the html.sem file I have the following line: configtweak h4,class,cont literaryTextTable=no-g1.ctb When I process...

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"...

When translating an XML document that has a large amount of text in an area deemed a paragraph, file2brl is ending with a segmentation fault. We are running liblouis 3.0.0...

bug