Skip to content

Commit

Permalink
en-ueb-g1.ctb fix for dash
Browse files Browse the repository at this point in the history
Thsi fixes the problem where numbers like 12-2013 did not have the numbersign after the dash which is required in ueb
  • Loading branch information
krperry authored and mhameed committed Jun 16, 2014
1 parent 527174c commit 61c4034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/en-ueb-g1.ctb
Expand Up @@ -85,7 +85,6 @@ postpunc , 2
word , 2
decpoint . 256
midword . 256
midnum - 36
hyphen - 36
always \s--\s 36-36
always \s-\s 36
Expand All @@ -95,6 +94,7 @@ word . 256
postpunc ; 23
word ; 23
midnum : 25-3456 # Deal with colons between number such as 2:30 PM.
midnum - 36-3456 Deal with dashes between number such as 112-2013
postpunc : 25
always : 25
postpunc ! 235
Expand Down

0 comments on commit 61c4034

Please sign in to comment.