Skip to content

Commit

Permalink
Update line breaking algorithm rule LB8a
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowtie committed Jun 25, 2018
1 parent c3c54ac commit 1d7b98d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/unicodedata/segment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ defmodule UnicodeData.Segment do
{"ZW", _} ->
:allowed

{"ZWJ", "ID"} ->
:prohibited

{"ZWJ", "EB"} ->
:prohibited

{"ZWJ", "EM"} ->
{"ZWJ", _} ->
:prohibited

# LB 9 and 10 are fully implemented in calling code
Expand Down

0 comments on commit 1d7b98d

Please sign in to comment.