Skip to content

Commit e2ba660

Browse files
committed
Tweak for missing Island implementation
1 parent 043e354 commit e2ba660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/String.Views.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public extension SwiftString {
5252
i += sequenceLength
5353
}
5454
#elseif ISLAND
55-
#hint Not implemented yet
55+
throw NotImplementedException("CharacterView is not fully implemented for Island yet.")
56+
#hint Not implemented yet
5657
#endif
5758

5859
/* old logic to detect surrogate pairs; not needed right now

0 commit comments

Comments
 (0)