Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify invalid UTF-8 characters in URI scheme registration errors #2859

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

nvmkuruc
Copy link
Collaborator

@nvmkuruc nvmkuruc commented Dec 11, 2023

Description of Change(s)

(Depends on #2858 and #2889)

#2814 observed that a stray - from a diff ended up in the error reporting code for scheme validation. The conditional partitioning ASCII and UTF-8 code paths does not work, and the broken ASCII code path appears to never be exercised.

Now that #2858 has provided a class for encoding code points into strings, the same code path can be used for both.

Fixes Issue(s)

  • I have verified that all unit tests pass with the proposed changes
  • I have submitted a signed Contributor License Agreement

@jesschimein
Copy link
Contributor

Filed as internal issue #USD-9070

@pixar-oss pixar-oss merged commit 32c1a99 into PixarAnimationStudios:dev Feb 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usd-utf8-identifiers Issues/PRs for Unicode Identifiers in USD proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants