Skip to content

Commit

Permalink
[embedded] Add 'sorting strings' to the list of ops that need Unicode…
Browse files Browse the repository at this point in the history
… data tables
  • Loading branch information
kubamracek committed Jun 10, 2024
1 parent 02d7ec2 commit 772e066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/EmbeddedSwift/UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ $ ld ... -o binary output.o $(dirname `which swiftc`)/../lib/swift/embedded/armv
**Unicode data tables are required for (list not exhaustive):**

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

0 comments on commit 772e066

Please sign in to comment.