We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5189c commit 4c0ba61Copy full SHA for 4c0ba61
stdlib/public/core/StringCharacterView.swift
@@ -315,7 +315,6 @@ extension String.CharacterView : BidirectionalCollection {
315
// others:
316
// 0x3400-0xA4CF
317
case 0x3400...0xa4cf: return true
318
- // TODO: CJK punctuation
319
320
// Repeat sub-300 check, this is beneficial for common cases of Latin
321
// characters embedded within non-Latin script (e.g. newlines, spaces,
@@ -324,8 +323,6 @@ extension String.CharacterView : BidirectionalCollection {
324
323
// NOTE: CR-LF special case has already been checked.
325
case 0x0000...0x02ff: return true
326
327
- // TODO: general punctuation
328
-
329
// Non-combining kana:
330
// 0x3041-0x3096
331
// 0x30A1-0x30FA
0 commit comments