callumfrance / brailler

A controller that allows a user to both read and write Braille to a computer without requiring any sight, voice, or hearing.
MIT License
0 stars 0 forks source link

Back translating into braille with 8 dots instead of 6-dot constraint #3

Closed callumfrance closed 4 years ago

callumfrance commented 4 years ago

Some back translation taking place was creating 8-dot Braille cells. This issue was first identified on the Raspberry Pi with ViewBraille however was also replicated on Linux PC using ViewCLI.

ViewCLI: ViewCLI example of a back translation with 8 dot cells

ViewBraille: Original sample on the Raspberry Pi of a 8-dot cell being generated via translation

callumfrance commented 4 years ago

For reference for the ViewBraille example, the decimal value is printed however this is the unicode character that was generated https://unicodelookup.com/#10346/1

callumfrance commented 4 years ago

This was fixed by changing the LibLouis translation table from en-GB-g2.ctb to en-ueb-g2.ctb. The brailler now translated using Unified English Braille, Grade 2.

Change is seen here