-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Specialized TfStringify for integral types to prevent locale dependent writes #3222
Specialized TfStringify for integral types to prevent locale dependent writes #3222
Conversation
support locale independent writes
Filed as internal issue #USD-9967 |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
|
Description of Change(s)
Specializes TfStringify for common integral types to prevent locale dependent writes of numeric data.
Fixes Issue(s)