Skip to content

Commit

Permalink
Multi-pass -> context. [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 6379e3b commit 383e49d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tables/nl-g0.utb
Expand Up @@ -104,20 +104,20 @@ replace \\_

# For numbers that are immediately followed by a letter a-j, a sign must be
# inserted for terminating the number.
class digitLoLetter abcdefghij # 1st class = $w
class digitUpLetter ABCDEFGHIJ # 2nd class = $x
pass4 $d[]%digitLoLetter @6
pass4 $d","[]%digitLoLetter @6
pass4 $d"."[]%digitLoLetter @6
pass4 $d":"[]%digitLoLetter @6
pass4 $d[]%digitUpLetter!$U @46
pass4 $d","[]%digitUpLetter!$U @46
pass4 $d"."[]%digitUpLetter!$U @46
pass4 $d":"[]%digitUpLetter!$U @46
pass4 $d[]%digitUpLetter$U @45
pass4 $d","[]%digitUpLetter$U @45
pass4 $d"."[]%digitUpLetter$U @45
pass4 $d":"[]%digitUpLetter$U @45
class digitLoLetter abcdefghij # 1st class = $w
class digitUpLetter ABCDEFGHIJ # 2nd class = $x
context $d[]%digitLoLetter @6
context $d","[]%digitLoLetter @6
context $d"."[]%digitLoLetter @6
context $d":"[]%digitLoLetter @6
context $d[]%digitUpLetter!$U @46
context $d","[]%digitUpLetter!$U @46
context $d"."[]%digitUpLetter!$U @46
context $d":"[]%digitUpLetter!$U @46
context $d[]%digitUpLetter$U @45
context $d","[]%digitUpLetter$U @45
context $d"."[]%digitUpLetter$U @45
context $d":"[]%digitUpLetter$U @45

# §2.20 Sleutelteken tweede betekenis [1]

Expand Down

0 comments on commit 383e49d

Please sign in to comment.