Skip to content

Commit

Permalink
Use begnum/midnum instead of decpoint, reorder rules a bit. [tables]
Browse files Browse the repository at this point in the history
  • Loading branch information
dkager authored and bertfrees committed Sep 7, 2015
1 parent 78b00b0 commit b27696a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tables/nl-g0.utb
Expand Up @@ -38,10 +38,17 @@
include nl-chardefs.uti
include braille-patterns.cti

decpoint \x002C 2 # COMMA §3.1 Het cijferteken [1]
decpoint \x002E 256 # FULL STOP §3.1 Het cijferteken [1]
hyphen \x002D 36

# §3.1 Het cijferteken [1]

begnum \x002C 2 # COMMA
midnum \x002C 2 # COMMA
begnum \x002E 256 # FULL STOP
midnum \x002E 256 # FULL STOP
begnum \x003A 25 # COLON
midnum \x003A 25 # COLON

# §1.55 Paragraafteken [1]

begword \x00A7 346-0
Expand Down

0 comments on commit b27696a

Please sign in to comment.