Skip to content
Snippets Groups Projects
Commit 3064705e authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Added new chars in sem brailletable, new TODOS added.

parent 0da4fb2c
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
......@@ -18,6 +18,7 @@ public final class BrailleTextRasterizer implements Rasterizer<BrailleText> {
// TODO use y in helperfunction
// TODO throw unsufficiant if test is bigger
// TODO Suspension is only needed, if the number is in the name(ABC93123)
@Override
public void rasterize(final BrailleText data, final RasterCanvas canvas) throws InsufficientRenderingAreaException {
// Get correct parser according to the config.
......
......@@ -10,8 +10,10 @@
# =============================================================================
#Special characters
Space=000000
!=011010
# Space
\u0020=000000
# Exclamation mark
\u0021=011010
?=010001
.=001000
,=010000
......@@ -34,6 +36,10 @@ _=000100,000111
]=000001,011011
{=000011,011011
}=000011,011011
# = character
\u003D=000100,011011
\u0023=001111
# Numbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment