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

[Enhancement] Support UTF8 Identifier #47

Open
4 of 7 tasks
syoyo opened this issue Dec 4, 2022 · 3 comments
Open
4 of 7 tasks

[Enhancement] Support UTF8 Identifier #47

syoyo opened this issue Dec 4, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@syoyo
Copy link
Collaborator

syoyo commented Dec 4, 2022

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

@syoyo syoyo added the enhancement New feature or request label Dec 4, 2022
@syoyo
Copy link
Collaborator Author

syoyo commented Feb 3, 2023

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

@syoyo
Copy link
Collaborator Author

syoyo commented Apr 4, 2024

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

@syoyo
Copy link
Collaborator Author

syoyo commented Apr 5, 2024

Added initial UAX31 Default Identifier validation support in de6b545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant