AaditT / braille

A Python module that supports conversion between text, image, speech, and braille
36 stars 12 forks source link

Wrong braille translations? #1

Closed JanPokorny closed 2 years ago

JanPokorny commented 3 years ago

Some of the letters don't have correct translations in the 1/0 array (E, J, O, ...) -- are you using some non-standard form of Braille? This is the first Google result for "python braille library" and I was very surprised when it gave wrong results.

treyharris commented 2 years ago

Same—is there a more standard Braille library or an cross-platform bridge more appropriate to use? (Probably the demand isn’t great—because Braille is typically rendered via OS accessibility systems or even the Braille terminal driver—but for linguistics or teaching applications it would be helpful.)

JanPokorny commented 2 years ago

@treyharris I ended up just copying and fixing some code, since the whole thing is just a dict lookup. My use case was creating a puzzlehunt and needing to brute force possible answers to a puzzle -- which is probably a pretty rare usecase.

AaditT commented 2 years ago

Thanks for pointing this out, and apologies for any inconveniences this may have caused. I resolved the issue, and the translations are now accurate.