brailleapps / brailleutils

ARCHIVED (see readme.md): Embossing and converting braille in PEF-format
0 stars 2 forks source link

Add support for newer Braillo embossers #54

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
Add support for newer Braillo embossers (300/600/650)

Original issue reported on code.google.com by joel.hak...@mtm.se on 16 Jan 2015 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by joel.hak...@mtm.se on 16 Jan 2015 at 10:31

dkager commented 9 years ago

What needs to be done here? Dedicon uses 650SF. I'd like to add the NL (031.01) table at least, but if these machines need anything else w.r.t. volumes or page size I might as well do that too. CC @bertfrees

joeha480 commented 7 years ago

There hasn't been any progress in testing in two years. A release has been made with these changes. I'll just have to assume that it works. If this is not the case, open a new issue here https://github.com/brailleapps/braille-utils.impl/issues

bertfrees commented 7 years ago

Not two years. There is some more info here: https://github.com/snaekobbi/pipeline-mod-dedicon/issues/5.

dkager commented 7 years ago

We started doing test runs again in August. One result was that Java apparently converts all non-ASCII (0x0..0x127) characters to question marks. So @PaulRambags had to put in some extra magic.

PaulRambags commented 7 years ago

It turned out that the IBM00858 encoding (CharSet) worked fine, so in the end no "magic" was needed. If you use encodings IBM850 or windows-1252 for the conversion to ASCII, all characters above 0xFF are translated to a '?'.