liblouis / liblouisutdml

An open-source library providing complete braille transcription services for xml, html and text documents
http://liblouis.io
GNU General Public License v3.0
24 stars 16 forks source link

Belgian math broken #49

Closed bertfrees closed 5 years ago

bertfrees commented 5 years ago

Test 034 is failing because of https://github.com/liblouis/liblouis/commit/507637bbb00c748ebc00a2a78c589fc3eed81dd6. The translator should be made less sensitive to changes in nl-chardefs.uti, in this case by changing

generic msup ,\ei\e^r,\ex

to

generic msup ,\ei\e@34r,\ex

in wiskunde.sem

bertfrees commented 5 years ago

Fixed by https://github.com/liblouis/liblouisutdml/pull/57