Several fixups for unicode normalization#16584
Merged
Merged
Conversation
See test results for failed build of commit 8147d2e76b |
See test results for failed build of commit 740467ce53 |
seanbudd
approved these changes
May 22, 2024
See test results for failed build of commit b9ed18e76b |
5 tasks
Collaborator
Author
|
@burmancomp reported a zero division error when doing: |
See test results for failed build of commit e687938887 |
3185531 to
5f3f0f8
Compare
Collaborator
Author
|
I think for now, we could probably best leave this as is. Note that there are still some open questions, but these can be handled in a follow up:
|
seanbudd
approved these changes
May 26, 2024
Member
|
@LeonarddeR - are these 2 things tracked in a separate issue or discussion? I think they'd be good to discuss for 2024.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixup of #16521
Fixes #11570
Partial fix for #4631
Summary of the issue:
Description of user facing changes
No longer errors in the log when getting flash messages in Thunderbird and/or reading messages in WhatsApp UWP.
Description of development approach
Testing strategy:
From a python console
braille.TextRegion("ij").update()No longer results in an error.
Same for
braille.TextRegion("\xa0 ").update()Known issues with pull request:
None known
Code Review Checklist: