[BRLTTY] BrlAPI and dot string <-> dot integer conversion

Jason White jasonw at ariel.its.unimelb.edu.au
Wed Dec 13 18:43:50 EST 2006


On Wed, Dec 13, 2006 at 06:32:44AM -0500, Dave Mielke wrote:
> They could be in a
> separate header if they were only macros, but some may need a bit of code so
> the question then becomes where to put that code. Should it go in a separate
> library, which would also then have to be installed and become a dependency, or
> should they just go into the BrlAPI client library?

Does C99 support the inline specifier? If so, you could just define the code
as inline functions in the header.

It wouldn't be worth creating another library just for this purpose,
obviously, but it is equally clear that this discussion belongs as part of the
broader deliberations about what additional library we want to enhance braille
support, especially translations. You could easily expand that to include
braille translation and miscellaneous utility functions useful for braille
applications, then this proposal would have a home in the library.



More information about the BRLTTY mailing list