We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TinyUSDZ now support UTF-8 Identifier by default in dev branch.
dev
PixarAnimationStudios/OpenUSD#2120
https://openusd.org/release/api/_usd__page__u_t_f_8.html
The text was updated successfully, but these errors were encountered:
For efficient UTF8 processing...
Validating UTF-8 In Less Than One Instruction Per Byte https://arxiv.org/abs/2010.03090
https://github.com/simdjson/simdjson
Sorry, something went wrong.
For Identifier with UTF8, we need to follow Xid 31 rule
https://www.unicode.org/reports/tr31/
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1949r7.html
Added initial UAX31 Default Identifier validation support in de6b545
No branches or pull requests
TinyUSDZ now support UTF-8 Identifier by default in
dev
branch.PixarAnimationStudios/OpenUSD#2120
https://openusd.org/release/api/_usd__page__u_t_f_8.html
The text was updated successfully, but these errors were encountered: