Skip to content

Conversation

@ednolan
Copy link
Member

@ednolan ednolan commented Nov 13, 2024

This example provides an example of the kind of transformation that can only be performed on UTF-32 code units and not UTF-8 code units. Changing the second most significant nibble of the underlying code point is intractable on UTF-8 code points but can easily be done with UTF-32.

@coveralls
Copy link

coveralls commented Nov 13, 2024

Pull Request Test Coverage Report for Build 11811017196

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11508724943: 0.0%
Covered Lines: 468
Relevant Lines: 468

💛 - Coveralls

This example provides an example of the kind of transformation that
can only be performed on UTF-32 code units and not UTF-8 code
units. Changing the second most significant nibble of the underlying
code point is intractable on UTF-8 code points but can easily be done
with UTF-32.
@ednolan ednolan merged commit 56630ba into main Nov 13, 2024
3 checks passed
@ednolan ednolan deleted the playing_cards branch November 13, 2024 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants