-
Notifications
You must be signed in to change notification settings - Fork 4
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
Uppercase vs lowercase for base >10 #25
Comments
Yes, the description for DIGIT-CHAR says specifically "If the resulting character is to be an alphabetic[1] character, it will be an uppercase character." There maybe other places also. |
UppercaseFunction
No opinionVariable
2.3.2.1.1 Syntax of an Integer (http://clhs.lisp.se/Body/02_cbaa.htm) 13.1.4.6 Digits in a Radix (http://clhs.lisp.se/Body/13_adf.htm) 22.1.3.1.1 Printing Integers (http://clhs.lisp.se/Body/22_acaa.htm) 22.3.2.1 Tilde R: Radix (http://clhs.lisp.se/Body/22_cba.htm) 22.3.2.5 Tilde X: Hexadecimal (http://clhs.lisp.se/Body/22_cbe.htm) current output base (http://clhs.lisp.se/Body/26_glo_c.htm#current_output_base) |
Note that if you want a specific case, you can use format ~:@( or ~(
|
Does the standard say anywhere if hex and other base>10 numbers should be printed using uppercase (as opposed to lowercase) letters? Uppercase seems to be the norm.
The text was updated successfully, but these errors were encountered: