-
Notifications
You must be signed in to change notification settings - Fork 888
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
Metric units should use UCUM case sensitive variant #3306
Conversation
Although not introduced by this PR, I just want to call out that we might run into trouble with the current spec: |
@reyang I don't understand - single quote is a valid ascii character, no? |
"single quote is a valid ascii character" - right. The problem I'm seeing - UCUM c/s doesn't say anything about the allowed characters, we don't know if we'll see non-ASCII chars. |
Aren't these just two single quote characters (ASCII code 39)? |
Related to #705.