Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BraillePlot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Graßnick
BraillePlot
Commits
3064705e
Commit
3064705e
authored
5 years ago
by
Andrey Ruzhanskiy
Browse files
Options
Downloads
Patches
Plain Diff
Added new chars in sem brailletable, new TODOS added.
parent
0da4fb2c
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Feat/brailletextrasterizer 38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/de/tudresden/inf/mci/brailleplot/rendering/BrailleTextRasterizer.java
+1
-0
1 addition, 0 deletions
.../inf/mci/brailleplot/rendering/BrailleTextRasterizer.java
src/main/resources/mapping/basic_DE.properties
+8
-2
8 additions, 2 deletions
src/main/resources/mapping/basic_DE.properties
with
9 additions
and
2 deletions
src/main/java/de/tudresden/inf/mci/brailleplot/rendering/BrailleTextRasterizer.java
+
1
−
0
View file @
3064705e
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/mapping/basic_DE.properties
+
8
−
2
View file @
3064705e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment