diff --git a/lib/unicodedata/segment.ex b/lib/unicodedata/segment.ex index f70962c..2bc1987 100644 --- a/lib/unicodedata/segment.ex +++ b/lib/unicodedata/segment.ex @@ -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