Skip to content

Commit 772e066

Browse files
committed
[embedded] Add 'sorting strings' to the list of ops that need Unicode data tables
1 parent 02d7ec2 commit 772e066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/EmbeddedSwift/UserManual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ $ ld ... -o binary output.o $(dirname `which swiftc`)/../lib/swift/embedded/armv
136136
**Unicode data tables are required for (list not exhaustive):**
137137

138138
- Comparing String objects for equality
139+
- Sorting Strings
139140
- Using String's hash values, and in particular using String as dictionary keys
140141
- Using String's .count property
141142
- Using Unicode-aware string processing APIs (.split(), iterating characters, indexing)

0 commit comments

Comments
 (0)